From 96a9b2058105e52299cf1076a5ce770b9d61a6c2 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Sun, 30 Oct 2022 22:18:12 +0800 Subject: [PATCH] CS fix for AutoloaderTest --- tests/system/Autoloader/AutoloaderTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/system/Autoloader/AutoloaderTest.php b/tests/system/Autoloader/AutoloaderTest.php index cea471a6d66b..9c394dc89457 100644 --- a/tests/system/Autoloader/AutoloaderTest.php +++ b/tests/system/Autoloader/AutoloaderTest.php @@ -381,8 +381,7 @@ public function testAutoloaderLoadsNonClassFiles(): void /** * @runInSeparateProcess - * - * @preserveGlobalState disabled + * @preserveGlobalState disabled */ public function testLoadHelpers(): void {