Completed
Push — master ( 426c89...fc8f19 )
by Kamil
02:47 queued 56s
created
src/ServiceContainer/SymfonyExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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.
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
      *
277 277
      * @throws \DomainException
278 278
      */
279
-    private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void
279
+    private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath) : void
280 280
     {
281 281
         if (null === $bootstrapPath) {
282 282
             return;
Please login to merge, or discard this patch.