@@ -47,7 +47,7 @@ |
||
47 | 47 | protected function getArtifact($name) |
48 | 48 | { |
49 | 49 | $artifact = $this->artifacts->get($name); |
50 | - if(!$artifact) { |
|
50 | + if (!$artifact) { |
|
51 | 51 | throw new ProcessingException(sprintf('You don\'t have "%s" artifact yet.', $name)); |
52 | 52 | } |
53 | 53 |
@@ -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 | ); |