Completed
Pull Request — master (#5579)
by Huberty
05:57
created
lib/Doctrine/ORM/UnitOfWork.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3139,7 +3139,7 @@  discard block
 block discarded – undo
3139 3139
     }
3140 3140
 
3141 3141
     /**
3142
-     * @param $class
3142
+     * @param \Doctrine\Common\Persistence\Mapping\ClassMetadata $class
3143 3143
      * @param string $oid
3144 3144
      */
3145 3145
     public function clearScheduledForSynchronization($class, $oid) {
@@ -3355,7 +3355,7 @@  discard block
 block discarded – undo
3355 3355
     /**
3356 3356
      * Verifies if two given entities actually are the same based on identifier comparison
3357 3357
      *
3358
-     * @param object $entity1
3358
+     * @param Proxy $entity1
3359 3359
      * @param object $entity2
3360 3360
      *
3361 3361
      * @return bool
Please login to merge, or discard this patch.