Passed
Pull Request — master (#11)
by
unknown
05:31 queued 02:12
created
docker/application/configure-db.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
             $config['DB_TYPE'] = 'pgsql';
34 34
             break;
35 35
         default:
36
-            error('Database on non-standard port ' . $config['DB_PORT'] . ' and env DB_TYPE not present');
36
+            error('Database on non-standard port '.$config['DB_PORT'].' and env DB_TYPE not present');
37 37
         }
38 38
     }
39 39
 }
Please login to merge, or discard this patch.