Completed
Pull Request — master (#1241)
by Marco
12:49
created
lib/Doctrine/ORM/UnitOfWork.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1237,7 +1237,7 @@  discard block
 block discarded – undo
1237 1237
     /**
1238 1238
      * Schedules an entity for being updated.
1239 1239
      *
1240
-     * @param object $entity The entity to schedule for being updated.
1240
+     * @param \Doctrine\Tests\Models\Forum\ForumUser $entity The entity to schedule for being updated.
1241 1241
      *
1242 1242
      * @return void
1243 1243
      *
@@ -1305,7 +1305,7 @@  discard block
 block discarded – undo
1305 1305
     /**
1306 1306
      * Checks whether an entity is registered to be checked in the unit of work.
1307 1307
      *
1308
-     * @param object $entity
1308
+     * @param \Doctrine\Tests\ORM\NotifyChangedEntity $entity
1309 1309
      *
1310 1310
      * @return boolean
1311 1311
      */
@@ -3130,7 +3130,7 @@  discard block
 block discarded – undo
3130 3130
      *
3131 3131
      * @param object $entity       The entity that owns the property.
3132 3132
      * @param string $propertyName The name of the property that changed.
3133
-     * @param mixed  $oldValue     The old value of the property.
3133
+     * @param null|integer  $oldValue     The old value of the property.
3134 3134
      * @param mixed  $newValue     The new value of the property.
3135 3135
      *
3136 3136
      * @return void
@@ -3330,7 +3330,7 @@  discard block
 block discarded – undo
3330 3330
     /**
3331 3331
      * Verifies if two given entities actually are the same based on identifier comparison
3332 3332
      *
3333
-     * @param object $entity1
3333
+     * @param GhostObjectInterface $entity1
3334 3334
      * @param object $entity2
3335 3335
      *
3336 3336
      * @return bool
Please login to merge, or discard this patch.