@@ -120,6 +120,9 @@ |
||
120 | 120 | |
121 | 121 | private $underscores = []; |
122 | 122 | |
123 | + /** |
|
124 | + * @param string $input |
|
125 | + */ |
|
123 | 126 | private function toUnderscore($input) |
124 | 127 | { |
125 | 128 | if(!array_key_exists($input, $this->underscores)) { |