Passed
Branch master (ed3f31)
by Steevan
26:57
created
Category
Doctrine/ORM/UnitOfWork.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
241 241
                             // then we can append this entity for eager loading!
242 242
                             if ($hints['fetchMode'][$class->name][$field] == ClassMetadata::FETCH_EAGER &&
243 243
                                 isset($hints[self::HINT_DEFEREAGERLOAD]) &&
244
-                                !$targetClass->isIdentifierComposite &&
244
+                                ! $targetClass->isIdentifierComposite &&
245 245
                                 $newValue instanceof Proxy &&
246 246
                                 $newValue->__isInitialized__ === false) {
247 247
 
Please login to merge, or discard this patch.