We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6237a commit d4abbb5Copy full SHA for d4abbb5
src/Illuminate/Collections/Traits/EnumeratesValues.php
@@ -21,6 +21,7 @@
21
* @property-read HigherOrderCollectionProxy $average
22
* @property-read HigherOrderCollectionProxy $avg
23
* @property-read HigherOrderCollectionProxy $contains
24
+ * @property-read HigherOrderCollectionProxy $doesntContain
25
* @property-read HigherOrderCollectionProxy $each
26
* @property-read HigherOrderCollectionProxy $every
27
* @property-read HigherOrderCollectionProxy $filter
@@ -62,6 +63,7 @@ trait EnumeratesValues
62
63
'average',
64
'avg',
65
'contains',
66
+ 'doesntContain',
67
'each',
68
'every',
69
'filter',
0 commit comments