@@ -97,7 +97,7 @@ |
||
97 | 97 | |
98 | 98 | protected static function initContainer(): void |
99 | 99 | { |
100 | - $container = static::$container; |
|
100 | + $container = static::$container; |
|
101 | 101 | \assert(null !== $container); |
102 | 102 | |
103 | 103 | /** @var Application|null $app */ |
@@ -23,6 +23,6 @@ |
||
23 | 23 | $deps = $config['dependencies']; |
24 | 24 | $deps['services']['config'] = $config; |
25 | 25 | |
26 | - static::$container = new ServiceManager($deps); |
|
26 | + static::$container = new ServiceManager($deps); |
|
27 | 27 | } |
28 | 28 | } |
@@ -73,7 +73,7 @@ |
||
73 | 73 | */ |
74 | 74 | final protected static function loadPipelineFromFile(): callable |
75 | 75 | { |
76 | - $pipelineFile = static::$configDir.'/'.static::$pipelineFilename; |
|
76 | + $pipelineFile = static::$configDir.'/'.static::$pipelineFilename; |
|
77 | 77 | |
78 | 78 | if ( ! is_file($pipelineFile) || ! is_readable($pipelineFile)) { |
79 | 79 | throw WithConfigurationException::pipelineFileNotExists(static::$configDir, static::$pipelineFilename); |