Passed
Push — master ( 4b4be8...95d340 )
by David
02:05
created
src/Clients/CLIClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,7 @@
 block discarded – undo
120 120
             try
121 121
             {
122 122
                 $this->exec(($this->java ?: 'java') . ' -version');
123
-            }
124
-            catch(Exception $exception)
123
+            } catch(Exception $exception)
125 124
             {
126 125
                 throw new Exception('Java command not found');
127 126
             }
Please login to merge, or discard this patch.