Passed
Pull Request — master (#1)
by ANTHONIUS
01:35
created
src/Modules/WithConfigurationFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.