Completed
Push — master ( 8de2a5...feb841 )
by Jonathan André
08:55
created
src/Doctrine/ODM/MongoDB/Entities/BaseEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
                         $ids[] = $item->getId();
228 228
                     }
229 229
                     $array[$key] = $ids;
230
-                } elseif ( method_exists($this->$key, 'getId')) {
230
+                } elseif (method_exists($this->$key, 'getId')) {
231 231
                     $array[$key] = $this->$key->getId();
232 232
                 } else {
233 233
                     $array[$key] = $this->$key;
Please login to merge, or discard this patch.