@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | $finder = new Finder(); |
| 78 | 78 | try { |
| 79 | 79 | $finder |
| 80 | - ->in($pluginBasePath.'/**') |
|
| 80 | + ->in($pluginBasePath . '/**') |
|
| 81 | 81 | ->name('*.php') |
| 82 | 82 | ->notName('*Interface.php'); |
| 83 | 83 | } catch (\Throwable $exception) { |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | /* |
| 92 | 92 | * @phpstan-ignore-next-line |
| 93 | 93 | */ |
| 94 | - yield str_replace('.php', '', $pluginNamespace.$namespaceRelative); |
|
| 94 | + yield str_replace('.php', '', $pluginNamespace . $namespaceRelative); |
|
| 95 | 95 | } |
| 96 | 96 | } |
| 97 | 97 | |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function provideDependencies(Container $container): void |
| 30 | 30 | { |
| 31 | - $container->register(LocatorFacadeInterface::class, function ( |
|
| 31 | + $container->register(LocatorFacadeInterface::class, function( |
|
| 32 | 32 | KernelInterface $kernel |
| 33 | 33 | ) { |
| 34 | 34 | $this->kernel = $kernel; |