We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7ec48 commit cd56584Copy full SHA for cd56584
src/Str.php
@@ -33,21 +33,21 @@ class Str
33
34
/**
35
* The cache of snake-cased words.
36
- *
+ * @deprecated since 3.0.27, remove in 3.1.0.
37
* @var array
38
*/
39
protected static $snakeCache = [];
40
41
42
* The cache of camel-cased words.
43
44
45
46
protected static $camelCache = [];
47
48
49
* The cache of studly-cased words.
50
51
52
53
protected static $studlyCache = [];
0 commit comments