|
@@ -73,7 +73,7 @@ |
|
|
block discarded – undo |
|
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); |
Please login to merge, or discard this patch.