File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
*
18
18
* @template T The type of elements in the array
19
19
*
20
- * @extends \ArrayAccess<int, T|array<T>>
20
+ * @extends \ArrayAccess<int|string|array<mixed>|ArrayViewInterface<mixed>|ArraySelectorInterface , T|array<T>>
21
21
* @extends \IteratorAggregate<int, T>
22
22
*/
23
23
interface ArrayViewInterface extends \ArrayAccess, \IteratorAggregate, \Countable
@@ -86,9 +86,8 @@ public function is(callable $predicate): MaskSelectorInterface;
86
86
/**
87
87
* Returns a subview of this view based on a selector or string slice.
88
88
*
89
- * @template S of string|array<mixed>|ArrayViewInterface<mixed>|ArraySelectorInterface
90
- *
91
- * @param S $selector The selector or string to filter the subview.
89
+ * @param string|array<mixed>|ArrayViewInterface<mixed>|ArraySelectorInterface $selector The selector or string
90
+ * to filter the subview.
92
91
* @param bool|null $readonly Flag indicating if the subview should be read-only.
93
92
*
94
93
* @return ArrayViewInterface<T> A new view representing the subview of this view.
You can’t perform that action at this time.
0 commit comments