@@ -95,7 +95,7 @@ |
||
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 | } |