Skip to content

Commit

Permalink
Update containsAll description (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
NilLlisterri authored Oct 3, 2022
1 parent 201760a commit 4458d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Macros/ContainsAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Collection;

/**
* Returns true if the collection contains one of the given $otherValues
* Returns true if the collection contains all of the given $otherValues
*
* @param array|Collection $otherValues
*
Expand Down

0 comments on commit 4458d83

Please sign in to comment.