Passed
Push — master ( 6c4ac7...be4d4a )
by hook
02:33
created
src/DB.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 class DB
8 8
 {
9
-    public static $config = [];
9
+    public static $config = [ ];
10 10
     public static $connect;
11 11
 
12 12
     public static function config(array $config, string $connect = 'default')
Please login to merge, or discard this patch.