Passed
Push — master ( 41b437...8e64cd )
by Dāvis
06:13
created
Script/Repository/QuickInsertFunctions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
             'longint',
115 115
         ];
116 116
         $flip = [];
117
-        if(isset(self::$mock[$tableName])) {
117
+        if (isset(self::$mock[$tableName])) {
118 118
             $flip = array_flip(self::$mock[$tableName]);
119 119
         }
120 120
 
Please login to merge, or discard this patch.