From e2ba6215bc9de787c08d9669271bfae8270856fd Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 26 Feb 2024 14:23:20 +0100 Subject: [PATCH] Update as per feedback. --- tests/TestCase/Model/Filter/FinderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase/Model/Filter/FinderTest.php b/tests/TestCase/Model/Filter/FinderTest.php index cef0a68c..36f9beaa 100644 --- a/tests/TestCase/Model/Filter/FinderTest.php +++ b/tests/TestCase/Model/Filter/FinderTest.php @@ -162,7 +162,7 @@ public function testProcessCastCallbackNull() /** * Tests that a custom finder that requires certain values to be cast, using * a custom callable and null input. In this case, the callable should return - * null if already null or empty string. + * null if already empty string. * * @return void */ @@ -201,7 +201,7 @@ public function testProcessCastCallbackNullableString() /** * Tests that a custom finder that requires certain values to be cast, using * a custom callable and null input. In this case, the callable should return - * null if already null or empty string. + * null if already empty string. * * @return void */