@@ -232,7 +232,7 @@ discard block |
||
232 | 232 | * Find and return an object resource |
233 | 233 | * |
234 | 234 | * @param string $resourcePath Repository relative resource path |
235 | - * @return ResourceInterface Object resource |
|
235 | + * @return \Apparat\Resource\Domain\Model\Resource\AbstractResource Object resource |
|
236 | 236 | */ |
237 | 237 | public function getObjectResource($resourcePath) |
238 | 238 | { |
@@ -418,7 +418,7 @@ discard block |
||
418 | 418 | * Delete all revisions of an object |
419 | 419 | * |
420 | 420 | * @param ObjectInterface $object Object |
421 | - * @return ObjectInterface Object |
|
421 | + * @return FileAdapterStrategy Object |
|
422 | 422 | */ |
423 | 423 | protected function deleteObject(ObjectInterface $object) |
424 | 424 | { |
@@ -432,7 +432,7 @@ discard block |
||
432 | 432 | * Undelete all revisions of an object |
433 | 433 | * |
434 | 434 | * @param ObjectInterface $object Object |
435 | - * @return ObjectInterface Object |
|
435 | + * @return FileAdapterStrategy Object |
|
436 | 436 | */ |
437 | 437 | protected function undeleteObject(ObjectInterface $object) |
438 | 438 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * Match a value against this datatype |
51 | 51 | * |
52 | 52 | * @param mixed $value Value |
53 | - * @return mixed Matched and processed value |
|
53 | + * @return \DateTimeImmutable Matched and processed value |
|
54 | 54 | * @throws DomainException If the value is not a valid date |
55 | 55 | */ |
56 | 56 | public function match($value) |