Passed
Push — master ( 6c8be3...a97a6e )
by Bruno
03:44
created
Modelarium/Modelarium.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
     public static function getGeneratorDirectiveNamespaces()
31 31
     {
32 32
         return array_map(
33
-            function ($i) {
33
+            function($i) {
34 34
                 return $i . '\\Laravel\\Directives';
35 35
             },
36 36
             self::$directiveLaravelLibraries
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     public static function getGeneratorLighthouseDirectiveNamespaces()
41 41
     {
42 42
         return array_map(
43
-            function ($i) {
43
+            function($i) {
44 44
                 return $i . '\\Laravel\\Lighthouse\\Directives';
45 45
             },
46 46
             self::$directiveLaravelLibraries
Please login to merge, or discard this patch.