@@ -122,7 +122,7 @@ |
||
122 | 122 | { |
123 | 123 | $str = \preg_replace_callback( |
124 | 124 | '/(^|[a-z])([A-Z])/', |
125 | - function ($matches) { |
|
125 | + function($matches) { |
|
126 | 126 | return |
127 | 127 | \strtolower( |
128 | 128 | \strlen($matches[1]) |