Completed
Push — master ( 287b76...a76481 )
by Dmitry
03:11
created
src/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
                 }
179 179
                 try {
180 180
                     $this->type->getSpace()->update($entity->getId(), $operations);
181
-                } catch(\Exception $e) {
181
+                } catch (\Exception $e) {
182 182
                     $this->type->getSpace()->delete([$entity->getId()]);
183 183
                     $tuple = $this->type->getCompleteTuple($entity->toArray());
184 184
                     $this->type->getSpace()->insert($tuple);
Please login to merge, or discard this patch.