@@ -36,7 +36,7 @@ discard block |
||
| 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 |
||
| 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 |