Skip to content

Commit cd56584

Browse files
authored
chore(str): add deprecated comment (#5875)
1 parent ca7ec48 commit cd56584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Str.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ class Str
3333

3434
/**
3535
* The cache of snake-cased words.
36-
*
36+
* @deprecated since 3.0.27, remove in 3.1.0.
3737
* @var array
3838
*/
3939
protected static $snakeCache = [];
4040

4141
/**
4242
* The cache of camel-cased words.
43-
*
43+
* @deprecated since 3.0.27, remove in 3.1.0.
4444
* @var array
4545
*/
4646
protected static $camelCache = [];
4747

4848
/**
4949
* The cache of studly-cased words.
50-
*
50+
* @deprecated since 3.0.27, remove in 3.1.0.
5151
* @var array
5252
*/
5353
protected static $studlyCache = [];

0 commit comments

Comments
 (0)