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