Passed
Push — master ( c57dde...29e061 )
by Satoshi
02:16
created
src/Commands/VerifyDependencyCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
                     'depender' => $classesInPhpDoc
99 99
                 ],
100 100
                 'other' => [
101
-                    'define' => array_map(function (string $className) {
101
+                    'define' => array_map(function(string $className) {
102 102
                         return "!{$className}";
103 103
                     }, $classesInPhpDoc),
104 104
                 ]
Please login to merge, or discard this patch.