Passed
Push — master ( 13e71a...f107ac )
by Bruno
05:36
created
Modelarium/Modelarium.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     public static function getGeneratorDirectiveNamespaces(): array
37 37
     {
38 38
         return array_map(
39
-            function ($i) {
39
+            function($i) {
40 40
                 return $i . '\\Laravel\\Directives';
41 41
             },
42 42
             self::$directiveLaravelLibraries
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     public static function getGeneratorLighthouseDirectiveNamespaces(): array
52 52
     {
53 53
         return array_map(
54
-            function ($i) {
54
+            function($i) {
55 55
                 return $i . '\\Laravel\\Lighthouse\\Directives';
56 56
             },
57 57
             self::$directiveLaravelLibraries
Please login to merge, or discard this patch.