@@ -133,7 +133,7 @@ |
||
| 133 | 133 | /** |
| 134 | 134 | * Validate the item properties |
| 135 | 135 | * |
| 136 | - * @param array $properties Item properties |
|
| 136 | + * @param \stdClass[] $properties Item properties |
|
| 137 | 137 | * @return PropertyListInterface Validated item properties |
| 138 | 138 | * @throws InvalidArgumentException If the property name is empty |
| 139 | 139 | */ |
@@ -167,7 +167,7 @@ discard block |
||
| 167 | 167 | /** |
| 168 | 168 | * Return whether a property exists |
| 169 | 169 | * |
| 170 | - * @param \stdClass|Iri|string $iri IRI |
|
| 170 | + * @param Iri $iri IRI |
|
| 171 | 171 | * @return boolean Property exists |
| 172 | 172 | */ |
| 173 | 173 | public function offsetExists($iri) |
@@ -236,7 +236,7 @@ discard block |
||
| 236 | 236 | /** |
| 237 | 237 | * Set a particular property |
| 238 | 238 | * |
| 239 | - * @param \stdClass|Iri|string $iri IRI |
|
| 239 | + * @param Iri $iri IRI |
|
| 240 | 240 | * @param array $value Property values |
| 241 | 241 | */ |
| 242 | 242 | public function offsetSet($iri, $value) |
@@ -140,6 +140,7 @@ discard block |
||
| 140 | 140 | * The item type(s) can be specified in a variety of ways, @see ProfiledNamesFactory::createFromArguments() |
| 141 | 141 | * |
| 142 | 142 | * @param array ...$types Item types |
| 143 | + * @param string $types |
|
| 143 | 144 | * @return boolean Item type is contained in the list of types |
| 144 | 145 | * @api |
| 145 | 146 | */ |
@@ -165,7 +166,7 @@ discard block |
||
| 165 | 166 | * Return whether an aliased item type in contained in a set of query types |
| 166 | 167 | * |
| 167 | 168 | * @param string $profile Type profile |
| 168 | - * @param array $names Aliased type names |
|
| 169 | + * @param string[] $names Aliased type names |
|
| 169 | 170 | * @param ProfiledNamesList $types Query types |
| 170 | 171 | * @return bool Item type is contained in the set of query types |
| 171 | 172 | */ |