From a19472cfd11543db302cbb24b94d58201aa15d90 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 20 Nov 2025 10:55:10 +0100 Subject: [PATCH] =?UTF-8?q?:art:=20N=C2=B08772=20-=20CS=20Fixer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Forms/IO/Converter/TestStringToBooleanConverter.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Converter/TestStringToBooleanConverter.php b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Converter/TestStringToBooleanConverter.php index 94c87e99a..896f1f56f 100644 --- a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Converter/TestStringToBooleanConverter.php +++ b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Converter/TestStringToBooleanConverter.php @@ -1,14 +1,16 @@ Convert(null); //$this->assertFalse($oIOFormat->IsFalse()); } -} \ No newline at end of file +}