Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Mar 8, 2024
1 parent f384378 commit f875fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/phpstan
Expand Up @@ -33,12 +33,14 @@ use Symfony\Component\Console\Helper\ProgressBar;
exit(1);
}

/*
// empty the global variable so that unprefixed functions from user-space can be loaded
$GLOBALS['__composer_autoload_files'] = [
// fix unprefixed Hoa namespace - files already loaded
'e88992873b7765f9b5710cab95ba5dd7' => true,
'3e76f7f02b41af8cea96018933f6b7e3' => true,
];
*/

$autoloaderInWorkingDirectory = getcwd() . '/vendor/autoload.php';
$composerAutoloaderProjectPaths = [];
Expand Down

0 comments on commit f875fe3

Please sign in to comment.