@@ -16,7 +16,7 @@ |
||
16 | 16 | public function testTransformName() |
17 | 17 | { |
18 | 18 | $strategy = new CallableNamingStrategy( |
19 | - function ($name) { |
|
19 | + function($name) { |
|
20 | 20 | return strtoupper($name); |
21 | 21 | } |
22 | 22 | ); |