From 24d78df21d9ff40bb32083fdca3f435d6637acd0 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 19 Nov 2025 09:21:34 +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 --- sources/Forms/IO/Format/BooleanIOFormat.php | 1 + .../unitary-tests/sources/Forms/IO/AbstractFormIOTest.php | 1 - .../sources/Forms/IO/Format/TestAttributeIOFormat.php | 4 +++- .../sources/Forms/IO/Format/TestBooleanIOFormat.php | 4 +++- .../sources/Forms/IO/Format/TestClassIOFormat.php | 5 +++-- .../sources/Forms/IO/Format/TestNumberIOFormat.php | 5 +++-- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/sources/Forms/IO/Format/BooleanIOFormat.php b/sources/Forms/IO/Format/BooleanIOFormat.php index 9d5eb0762..fe5f98bff 100644 --- a/sources/Forms/IO/Format/BooleanIOFormat.php +++ b/sources/Forms/IO/Format/BooleanIOFormat.php @@ -1,4 +1,5 @@ assertEquals('name', $oInputIO->GetValue()); } -} \ No newline at end of file +} diff --git a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php index 2f53f659e..bd3023240 100644 --- a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php +++ b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php @@ -1,8 +1,10 @@ assertEquals(true, $oInputIO->GetValue()); } -} \ No newline at end of file +} diff --git a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php index 45cbca122..d93c9d2d7 100644 --- a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php +++ b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php @@ -1,13 +1,14 @@