@@ -61,7 +61,7 @@ |
||
61 | 61 | $str = implode( |
62 | 62 | '', |
63 | 63 | array_map( |
64 | - function ($word) { |
|
64 | + function($word) { |
|
65 | 65 | return ucwords($word); |
66 | 66 | }, |
67 | 67 | $str |