Passed
Push — master ( af837d...283125 )
by Martin
06:56
created
app/Console/Commands/CheckDBConnection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         try {
42 42
             DB::statement('show tables');
43 43
             $this->info('Database connection available!');
44
-        } catch( \Illuminate\Database\QueryException $e) {
44
+        } catch (\Illuminate\Database\QueryException $e) {
45 45
             $this->error('Database connection not available!');
46 46
             exit(1); // return a non-0-code to be used in shell scripts as a falsy exit state
47 47
         }
Please login to merge, or discard this patch.