@@ -414,7 +414,7 @@ discard block |
||
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 |
||
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 | * |