Completed
Push — master ( a7e0f3...57cf4b )
by Tom
13s
created
src/DoctrineModule/Stdlib/Hydrator/DoctrineObject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -419,7 +419,7 @@  discard block
 block discarded – undo
419 419
      * target will be returned.
420 420
      *
421 421
      * @param  string $target
422
-     * @param  mixed  $value
422
+     * @param  null|DateTime  $value
423 423
      * @return object
424 424
      */
425 425
     protected function toOne($target, $value)
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
      * changing the collection of the object
447 447
      *
448 448
      * @param  object $object
449
-     * @param  mixed  $collectionName
449
+     * @param  string  $collectionName
450 450
      * @param  string $target
451 451
      * @param  mixed  $values
452 452
      *
Please login to merge, or discard this patch.