Completed
Push — master ( 574126...7cd14b )
by Dmitry
03:38 queued 01:13
created
src/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
             if (count($changes)) {
96 96
                 $operations = [];
97 97
                 foreach ($this->type->encode($changes) as $key => $value) {
98
-                    $operations[] = ['=', $key+1, $value];
98
+                    $operations[] = ['=', $key + 1, $value];
99 99
                 }
100 100
                 $this->type->getSpace()->update($entity->getId(), $operations);
101 101
             }
Please login to merge, or discard this patch.