@@ -160,6 +160,7 @@ |
||
160 | 160 | * Return the first item, optionally of particular types |
161 | 161 | * |
162 | 162 | * @param array ...$types Item types |
163 | + * @param string $types |
|
163 | 164 | * @return ItemInterface Item |
164 | 165 | * @throws OutOfBoundsException If there are no matching items |
165 | 166 | * @api |