Skip to content

Commit 792da84

Browse files
authored
Remove unused properties. (#31688)
1 parent b621b0e commit 792da84

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/Illuminate/Support/Stringable.php

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,6 @@ public function __construct($value = '')
2727
$this->value = (string) $value;
2828
}
2929

30-
/**
31-
* The cache of snake-cased words.
32-
*
33-
* @var array
34-
*/
35-
protected static $snakeCache = [];
36-
37-
/**
38-
* The cache of camel-cased words.
39-
*
40-
* @var array
41-
*/
42-
protected static $camelCache = [];
43-
44-
/**
45-
* The cache of studly-cased words.
46-
*
47-
* @var array
48-
*/
49-
protected static $studlyCache = [];
50-
51-
/**
52-
* The callback that should be used to generate UUIDs.
53-
*
54-
* @var callable
55-
*/
56-
protected static $uuidFactory;
57-
5830
/**
5931
* Return the remainder of a string after the first occurrence of a given value.
6032
*

0 commit comments

Comments
 (0)