Skip to content

Commit d4abbb5

Browse files
[8.x] add doesntContain to higher order proxies (#41034)
* add doesntContain to higher order proxies * Update EnumeratesValues.php * Update EnumeratesValues.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent ea6237a commit d4abbb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Collections/Traits/EnumeratesValues.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @property-read HigherOrderCollectionProxy $average
2222
* @property-read HigherOrderCollectionProxy $avg
2323
* @property-read HigherOrderCollectionProxy $contains
24+
* @property-read HigherOrderCollectionProxy $doesntContain
2425
* @property-read HigherOrderCollectionProxy $each
2526
* @property-read HigherOrderCollectionProxy $every
2627
* @property-read HigherOrderCollectionProxy $filter
@@ -62,6 +63,7 @@ trait EnumeratesValues
6263
'average',
6364
'avg',
6465
'contains',
66+
'doesntContain',
6567
'each',
6668
'every',
6769
'filter',

0 commit comments

Comments
 (0)