From e207d9896cbf494b2941efc4f641d75dd9dc4013 Mon Sep 17 00:00:00 2001 From: Andreas Schantl Date: Tue, 30 Jul 2024 14:17:10 +0200 Subject: [PATCH] Update function description --- src/Modifiers/CoreModifiers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modifiers/CoreModifiers.php b/src/Modifiers/CoreModifiers.php index 175751e385..68d83417f5 100644 --- a/src/Modifiers/CoreModifiers.php +++ b/src/Modifiers/CoreModifiers.php @@ -2897,7 +2897,7 @@ public function where($value, $params) } /** - * Filters the data by a given key / value pair. + * Filters the data by a given key that matches an array of values. * * @param array $value * @param array $params