Completed
Push — master ( a06ffc...c3f575 )
by David
02:54
created
Models/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
 
131 131
             foreach ($items as $item) {
132 132
                 /** @var Module|Property $entity */
133
-                $entity = $this->find($item['id']) ? : new $model;
133
+                $entity = $this->find($item['id']) ?: new $model;
134 134
                 $entity->fromArray($item);
135 135
 
136 136
                 $this->getEntityManager()->persist($entity);
Please login to merge, or discard this patch.