From cf83e2575fd6a96bd7a3a5b837ff2c406d337fdd Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 15 Aug 2024 10:53:20 +0200 Subject: [PATCH] Fix cs --- tests/Autoload/ScoperAutoloadGeneratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autoload/ScoperAutoloadGeneratorTest.php b/tests/Autoload/ScoperAutoloadGeneratorTest.php index 867c96a9..939de540 100644 --- a/tests/Autoload/ScoperAutoloadGeneratorTest.php +++ b/tests/Autoload/ScoperAutoloadGeneratorTest.php @@ -222,7 +222,7 @@ public static function provideRegistry(): iterable namespace Acme\Emca { if (!function_exists('Acme\Emca\foo')) { function foo() { return \Humbug\Acme\Emca\foo(...func_get_args()); } } } - + namespace Acme { if (!function_exists('Acme\bar')) { function bar() { return \Humbug\Acme\bar(...func_get_args()); } } if (!function_exists('Acme\foo')) { function foo() { return \Humbug\Acme\foo(...func_get_args()); } }