From 7b3c5f66f93cbc389cd6c5e4f869fa3df5185d39 Mon Sep 17 00:00:00 2001 From: michalsn Date: Sun, 17 Nov 2024 12:44:42 +0100 Subject: [PATCH] cs-fix --- tests/system/View/ViewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/View/ViewTest.php b/tests/system/View/ViewTest.php index 7ec1adcbe80f..206cdc222d27 100644 --- a/tests/system/View/ViewTest.php +++ b/tests/system/View/ViewTest.php @@ -13,8 +13,8 @@ namespace CodeIgniter\View; -use CodeIgniter\Exceptions\RuntimeException; use CodeIgniter\Autoloader\FileLocatorInterface; +use CodeIgniter\Exceptions\RuntimeException; use CodeIgniter\Test\CIUnitTestCase; use CodeIgniter\View\Exceptions\ViewException; use Config;