@@ -185,6 +185,9 @@ |
||
| 185 | 185 | |
| 186 | 186 | private $underscores = []; |
| 187 | 187 | |
| 188 | + /** |
|
| 189 | + * @param string $input |
|
| 190 | + */ |
|
| 188 | 191 | private function toUnderscore($input) |
| 189 | 192 | { |
| 190 | 193 | if (!array_key_exists($input, $this->underscores)) { |