Test Failed
Push — test ( e7e380...3c3316 )
by Tom
05:09
created
src/Utility/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
 
135 135
         $pipeline = $this->getRunPipeline($pipelines, $pipelineId, $fileOptions);
136 136
 
137
-        $singleStep && $pipeline->setSingleActiveStep((int) $singleStep);
137
+        $singleStep && $pipeline->setSingleActiveStep((int)$singleStep);
138 138
 
139 139
         $flags = $this->getRunFlags($keep, $deployMode);
140 140
 
Please login to merge, or discard this patch.