@@ -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 |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Unserialize and add a relation |
| 110 | 110 | * |
| 111 | - * @param string|RelationInterface $relation Serialized or instantiated object relation |
|
| 111 | + * @param string|null $relation Serialized or instantiated object relation |
|
| 112 | 112 | * @param string|null $relationType Relation type |
| 113 | 113 | * @return Relations Self reference |
| 114 | 114 | * @throws InvalidArgumentException If the relation is not a valid relation instance |