@@ -142,7 +142,7 @@ |
||
| 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); |