@@ -185,7 +185,7 @@ |
||
| 185 | 185 | * Find and return an object resource |
| 186 | 186 | * |
| 187 | 187 | * @param string $resourcePath Repository relative resource path |
| 188 | - * @return ResourceInterface Object resource |
|
| 188 | + * @return \Apparat\Resource\Domain\Model\Resource\AbstractResource Object resource |
|
| 189 | 189 | */ |
| 190 | 190 | public function getObjectResource($resourcePath) |
| 191 | 191 | { |
@@ -112,8 +112,8 @@ |
||
| 112 | 112 | * Repository selector constructor |
| 113 | 113 | * |
| 114 | 114 | * @param string|int|NULL $year |
| 115 | - * @param string|int|NULL $month |
|
| 116 | - * @param string|int|NULL $day |
|
| 115 | + * @param integer $month |
|
| 116 | + * @param integer $day |
|
| 117 | 117 | * @param string|int|NULL $hour |
| 118 | 118 | * @param string|int|NULL $minute |
| 119 | 119 | * @param string|int|NULL $second |
@@ -509,7 +509,7 @@ discard block |
||
| 509 | 509 | /** |
| 510 | 510 | * Return the publication date & time |
| 511 | 511 | * |
| 512 | - * @return \DateTimeImmutable|null Publication date & time |
|
| 512 | + * @return \DateTimeImmutable Publication date & time |
|
| 513 | 513 | */ |
| 514 | 514 | public function getPublished() |
| 515 | 515 | { |
@@ -628,7 +628,7 @@ discard block |
||
| 628 | 628 | * Set the license |
| 629 | 629 | * |
| 630 | 630 | * @param string $license License |
| 631 | - * @return MetaProperties Self reference |
|
| 631 | + * @return AbstractObject Self reference |
|
| 632 | 632 | */ |
| 633 | 633 | public function setLicense($license) |
| 634 | 634 | { |
@@ -650,7 +650,7 @@ discard block |
||
| 650 | 650 | * Set the privacy |
| 651 | 651 | * |
| 652 | 652 | * @param string $privacy Privacy |
| 653 | - * @return MetaProperties Self reference |
|
| 653 | + * @return AbstractObject Self reference |
|
| 654 | 654 | */ |
| 655 | 655 | public function setPrivacy($privacy) |
| 656 | 656 | { |