@@ -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 | * @throws OutOfBoundsException If the property name is unknown |
202 | 202 | */ |