@@ -241,7 +241,7 @@ |
||
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 |