@@ -67,7 +67,7 @@ |
||
67 | 67 | * Adapter strategy constructor |
68 | 68 | * |
69 | 69 | * @param array $config Adapter strategy configuration |
70 | - * @param array $signatureConfigKeys Signature relevant configuration properties |
|
70 | + * @param string[] $signatureConfigKeys Signature relevant configuration properties |
|
71 | 71 | */ |
72 | 72 | public function __construct(array $config, array $signatureConfigKeys) |
73 | 73 | { |
@@ -38,7 +38,6 @@ |
||
38 | 38 | |
39 | 39 | use Apparat\Object\Domain\Model\Author\AuthorInterface; |
40 | 40 | use Apparat\Object\Domain\Model\Path\ApparatUrl; |
41 | -use Apparat\Object\Domain\Model\Path\ObjectUrl; |
|
42 | 41 | use Apparat\Object\Domain\Model\Path\PathInterface; |
43 | 42 | use Apparat\Object\Domain\Repository\Service; |
44 | 43 |
@@ -242,7 +242,7 @@ |
||
242 | 242 | /** |
243 | 243 | * Return the object ID |
244 | 244 | * |
245 | - * @return Id Object ID |
|
245 | + * @return integer Object ID |
|
246 | 246 | */ |
247 | 247 | public function getId() |
248 | 248 | { |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | * Set the object's creation date |
103 | 103 | * |
104 | 104 | * @param \DateTimeImmutable $creationDate |
105 | - * @return LocalPath New object path |
|
105 | + * @return ObjectUrl New object path |
|
106 | 106 | */ |
107 | 107 | public function setCreationDate(\DateTimeImmutable $creationDate) |
108 | 108 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | /** |
136 | 136 | * Return the object ID |
137 | 137 | * |
138 | - * @return Id Object ID |
|
138 | + * @return integer Object ID |
|
139 | 139 | */ |
140 | 140 | public function getId() |
141 | 141 | { |
@@ -250,7 +250,6 @@ |
||
250 | 250 | /** |
251 | 251 | * Set the creation date & time |
252 | 252 | * |
253 | - * @param \DateTimeImmutable $published Creation date & time |
|
254 | 253 | */ |
255 | 254 | protected function _setCreated(\DateTimeImmutable $created) |
256 | 255 | { |
@@ -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 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Test if two arrays equal in their keys and values |
56 | 56 | * |
57 | - * @param array $expected Expected result |
|
57 | + * @param string[] $expected Expected result |
|
58 | 58 | * @param array $actual Actual result |
59 | 59 | * @param string $message Message |
60 | 60 | */ |