Completed
Push — 1.0 ( e4734f...c1044b )
by David
02:33
created
src/Commands/RunCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
 
143 143
         $buildService->dumpArtifactFromBranch($projectName, $targetBranch, $tmpFile);
144 144
         $zipFile = new \ZipArchive();
145
-        if ($zipFile->open($tmpFile)!==true) {
145
+        if ($zipFile->open($tmpFile) !== true) {
146 146
             throw new \RuntimeException('Invalid ZIP archive '.$tmpFile);
147 147
         }
148 148
         $cloverFileString = $zipFile->getFromName($cloverPath);
Please login to merge, or discard this patch.