Completed
Push — master ( 4b4c57...035a27 )
by Rafael
03:03
created
tests/Naming/CallableNamingStrategyTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.