From 3dfb298100a70714d6d621a09784cd87406bfb11 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 22 Nov 2023 10:09:43 +0900 Subject: [PATCH] refactor: add `declare(strict_types=1)` to tests files --- tests/system/Commands/Utilities/ConfigCheckTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system/Commands/Utilities/ConfigCheckTest.php b/tests/system/Commands/Utilities/ConfigCheckTest.php index 664a9cf64b7a..e551a1ae94c6 100644 --- a/tests/system/Commands/Utilities/ConfigCheckTest.php +++ b/tests/system/Commands/Utilities/ConfigCheckTest.php @@ -1,5 +1,7 @@