@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use FriendsOfBehat\SymfonyExtension\Driver\Factory\SymfonyDriverFactory; |
| 22 | 22 | use FriendsOfBehat\SymfonyExtension\Listener\KernelRebooter; |
| 23 | 23 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
| 24 | -use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
|
| 25 | 24 | use Symfony\Component\DependencyInjection\Container; |
| 26 | 25 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 27 | 26 | use Symfony\Component\DependencyInjection\Definition; |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the SymfonyExtension package. |
@@ -255,7 +255,7 @@ discard block |
||
| 255 | 255 | * |
| 256 | 256 | * @return string|null |
| 257 | 257 | */ |
| 258 | - private function getKernelFile(string $basePath, string $kernelPath): ?string |
|
| 258 | + private function getKernelFile(string $basePath, string $kernelPath): ? string |
|
| 259 | 259 | { |
| 260 | 260 | $possibleFiles = [ |
| 261 | 261 | sprintf('%s/%s', $basePath, $kernelPath), |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the SymfonyExtension package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the SymfonyExtension package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the SymfonyExtension package. |