From 51c392020b697f1c42fb2d76a8dc45ea8872d30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Mon, 17 Jun 2024 21:22:09 +0200 Subject: [PATCH] fix --- tests/Composer/AutoloadDumperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/AutoloadDumperTest.php b/tests/Composer/AutoloadDumperTest.php index 4fcd5c13..26886321 100644 --- a/tests/Composer/AutoloadDumperTest.php +++ b/tests/Composer/AutoloadDumperTest.php @@ -261,7 +261,7 @@ public static function autoloadProvider(): iterable \$loader = (static function () { // Backup the autoloaded Composer files - \$existingComposerAutoloadFiles = \isset($GLOBALS['__composer_autoload_files']) ? $GLOBALS['__composer_autoload_files'] : []; + \$existingComposerAutoloadFiles = \isset(\$GLOBALS['__composer_autoload_files']) ? \$GLOBALS['__composer_autoload_files'] : []; // @generated by Humbug Box