From 4458d8399626c679f711311187d9fa7952da4556 Mon Sep 17 00:00:00 2001 From: NilLlisterri Date: Mon, 3 Oct 2022 16:08:14 +0200 Subject: [PATCH] Update containsAll description (#233) --- src/Macros/ContainsAll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Macros/ContainsAll.php b/src/Macros/ContainsAll.php index c073043..8ebe370 100644 --- a/src/Macros/ContainsAll.php +++ b/src/Macros/ContainsAll.php @@ -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 *