Passed
Push — master ( be573f...a0192d )
by Steevan
03:17
created
Doctrine/ORM/UnitOfWork.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -495,7 +495,7 @@
 block discarded – undo
495 495
      * @param array $data
496 496
      * @param array $hints
497 497
      * @param bool $override
498
-     * @return OnCreateEntityOverrideLocalValuesEventArgs
498
+     * @return boolean
499 499
      */
500 500
     protected function dispatchOnCreateEntityOverrideLocalValues($className, array $data, array $hints, $override)
501 501
     {
Please login to merge, or discard this patch.