There was an error while loading. Please reload this page.
2 parents 5543b8c + 62ac2d5 commit e292686Copy full SHA for e292686
1 file changed
src/Selectable.php
@@ -25,8 +25,7 @@ interface Selectable
25
* Selects all elements from a selectable that match the expression and
26
* returns a new collection containing these elements and preserved keys.
27
*
28
- * @return ReadableCollection<mixed>&Selectable<mixed>
29
- * @phpstan-return ReadableCollection<TKey,T>&Selectable<TKey,T>
+ * @return ReadableCollection<TKey,T>
30
*/
31
public function matching(Criteria $criteria): ReadableCollection;
32
}
0 commit comments