@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | /** |
| 12 | 12 | * @var ContainerInterface|null |
| 13 | 13 | */ |
| 14 | - private static ContainerInterface|null $container = null; |
|
| 14 | + private static ContainerInterface | null $container = null; |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * @param ContainerInterface $container |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | */ |
| 22 | 22 | public static function setContainer(ContainerInterface $container, bool $overwrite = true): void |
| 23 | 23 | { |
| 24 | - if($overwrite || self::$container === null) |
|
| 24 | + if ($overwrite || self::$container === null) |
|
| 25 | 25 | { |
| 26 | 26 | self::$container = $container; |
| 27 | 27 | } |