Passed
Pull Request — master (#4)
by
unknown
05:42
created
src/Deploy/Deploy.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
             try {
149 149
                 $modxPackages->requirePackage($info['signature'], $info['latest'], $info['provider']);
150 150
 
151
-            }  catch (TransportNotFoundException $exception) {
151
+            } catch (TransportNotFoundException $exception) {
152 152
                 $output->writeln('Error: '.$exception->getMessage());
153 153
 
154 154
             } catch (TransportException $exception) {
Please login to merge, or discard this patch.