Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jun 17, 2024
1 parent 692facd commit 51c3920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Composer/AutoloadDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51c3920

Please sign in to comment.