Passed
Pull Request — master (#64)
by James
02:57
created
src/CompareClasses.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,12 +45,12 @@
 block discarded – undo
45 45
         $changelog = Changes::empty();
46 46
 
47 47
         $definedApiClassNames = array_map(
48
-            function (ReflectionClass $class) : string {
48
+            function(ReflectionClass $class) : string {
49 49
                 return $class->getName();
50 50
             },
51 51
             array_filter(
52 52
                 $definedSymbols->getAllClasses(),
53
-                function (ReflectionClass $class) : bool {
53
+                function(ReflectionClass $class) : bool {
54 54
                     return !$class->isAnonymous();
55 55
                 }
56 56
             )
Please login to merge, or discard this patch.