@@ -165,7 +165,6 @@ discard block |
||
165 | 165 | * Delete an item at a particular offset |
166 | 166 | * |
167 | 167 | * @param int $offset Offset |
168 | - * @param ItemInterface $value Item |
|
169 | 168 | */ |
170 | 169 | public function offsetUnset($offset) |
171 | 170 | { |
@@ -193,6 +192,7 @@ discard block |
||
193 | 192 | * Return the first item, optionally of particular types |
194 | 193 | * |
195 | 194 | * @param array ...$types Item types |
195 | + * @param string $types |
|
196 | 196 | * @return ItemInterface Item |
197 | 197 | * @throws OutOfBoundsException If there are no matching items |
198 | 198 | * @api |