@@ -36,7 +36,7 @@ |
||
| 36 | 36 | { |
| 37 | 37 | return preg_replace_callback( |
| 38 | 38 | '/(?:^|_)([a-z])/', |
| 39 | - function ($match) { |
|
| 39 | + function($match) { |
|
| 40 | 40 | return strtoupper($match[1]); |
| 41 | 41 | }, |
| 42 | 42 | $string |