Completed
Push — master ( 57cf4b...b98328 )
by Tom
30:05 queued 02:30
created
src/DoctrineModule/Stdlib/Hydrator/DoctrineObject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
      * target will be returned.
415 415
      *
416 416
      * @param  string $target
417
-     * @param  mixed  $value
417
+     * @param  DateTime  $value
418 418
      * @return object
419 419
      */
420 420
     protected function toOne($target, $value)
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
      * changing the collection of the object
442 442
      *
443 443
      * @param  object $object
444
-     * @param  mixed  $collectionName
444
+     * @param  string  $collectionName
445 445
      * @param  string $target
446 446
      * @param  mixed  $values
447 447
      *
Please login to merge, or discard this patch.