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