We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddce8dc + a62a907 commit 7ab412eCopy full SHA for 7ab412e
Traits/EnumeratesValues.php
@@ -35,7 +35,11 @@
35
* @property-read HigherOrderCollectionProxy $some
36
* @property-read HigherOrderCollectionProxy $sortBy
37
* @property-read HigherOrderCollectionProxy $sortByDesc
38
+ * @property-read HigherOrderCollectionProxy $skipUntil
39
+ * @property-read HigherOrderCollectionProxy $skipWhile
40
* @property-read HigherOrderCollectionProxy $sum
41
+ * @property-read HigherOrderCollectionProxy $takeUntil
42
+ * @property-read HigherOrderCollectionProxy $takeWhile
43
* @property-read HigherOrderCollectionProxy $unique
44
* @property-read HigherOrderCollectionProxy $until
45
*/
0 commit comments