Passed
Push — master ( c8460b...8666ba )
by Dāvis
03:37
created
Script/Repository/QuickInsertRepository.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             foreach ($columns as $key2 => $column) {
81 81
                 if ($key === $key2) {
82 82
                     $result[$table][$field] = $column;
83
-                    if($field === $metadata->getIdentifier()[0]){
83
+                    if ($field === $metadata->getIdentifier()[0]) {
84 84
                         $identifier = $column;
85 85
                     }
86 86
                 }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             foreach ($columns as $key2 => $column) {
81 81
                 if ($key === $key2) {
82 82
                     $result[$table][$field] = $column;
83
-                    if($field === $metadata->getIdentifier()[0]){
83
+                    if($field === $metadata->getIdentifier()[0]) {
84 84
                         $identifier = $column;
85 85
                     }
86 86
                 }
Please login to merge, or discard this patch.