@@ -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), |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | * |
278 | 278 | * @throws \DomainException |
279 | 279 | */ |
280 | - private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void |
|
280 | + private function requireKernelBootstrapFile(string $basePath, ? string $bootstrapPath) : void |
|
281 | 281 | { |
282 | 282 | if (null === $bootstrapPath) { |
283 | 283 | return; |