@@ -76,7 +76,7 @@ |
||
| 76 | 76 | $requested = []; |
| 77 | 77 | foreach ($requestedArtifacts as $requestedArtifact) { |
| 78 | 78 | $artifact = $this->get($requestedArtifact); |
| 79 | - if(!$artifact) { |
|
| 79 | + if (!$artifact) { |
|
| 80 | 80 | throw new ProcessingException( |
| 81 | 81 | sprintf('You don\'t have requested artifact "%s" yet', $requestedArtifact) |
| 82 | 82 | ); |