Passed
Push — master ( eb2b9c...2ce42f )
by Dāvis
05:18 queued 02:31
created
Script/Repository/QuickInsertRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         $data = [];
139 139
 
140 140
         $flip = array_flip($columns);
141
-        if(!empty($result)) {
141
+        if (!empty($result)) {
142 142
             foreach ($result as $key => $value) {
143 143
                 $content = self::value($object, $key, $type, false);
144 144
                 if ($content !== $value) {
Please login to merge, or discard this patch.