diff --git a/src/Illuminate/Collections/Enumerable.php b/src/Illuminate/Collections/Enumerable.php index 2a70e91af7c0..90dbcd5bf5b9 100644 --- a/src/Illuminate/Collections/Enumerable.php +++ b/src/Illuminate/Collections/Enumerable.php @@ -334,7 +334,7 @@ public function whenEmpty(callable $callback, ?callable $default = null); public function whenNotEmpty(callable $callback, ?callable $default = null); /** - * Apply the callback if the given "value" is (or resolves to) truthy. + * Apply the callback if the given "value" is (or resolves to) falsy. * * @template TUnlessReturnType *