@@ -49,7 +49,6 @@ |
||
49 | 49 | /** |
50 | 50 | * Create alternate resource declaration from parser results |
51 | 51 | * |
52 | - * @param array[] $rels Parser results |
|
53 | 52 | * @return Alternate[] Alternate resource declarations |
54 | 53 | */ |
55 | 54 | public static function createFromParserResult(array $alternates) |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | /** |
168 | 168 | * Return whether a property exists |
169 | 169 | * |
170 | - * @param \stdClass|string $iri IRI |
|
170 | + * @param \stdClass $iri IRI |
|
171 | 171 | * @return boolean Property exists |
172 | 172 | */ |
173 | 173 | public function offsetExists($iri) |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | /** |
181 | 181 | * Set a particular property |
182 | 182 | * |
183 | - * @param \stdClass|string $iri IRI |
|
183 | + * @param \stdClass $iri IRI |
|
184 | 184 | * @param array $value Property values |
185 | 185 | */ |
186 | 186 | public function offsetSet($iri, $value) |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | /** |
197 | 197 | * Get a particular property |
198 | 198 | * |
199 | - * @param \stdClass|string $iri IRI |
|
199 | + * @param \stdClass $iri IRI |
|
200 | 200 | * @return array Property values |
201 | 201 | */ |
202 | 202 | public function &offsetGet($iri) |