We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vendor/hoa/protocol/Wrapper.php
__composer_autoload_files
1 parent 5a39902 commit b3ae3d2Copy full SHA for b3ae3d2
bin/phpstan
@@ -29,6 +29,13 @@ use Symfony\Component\Console\Helper\ProgressBar;
29
}
30
$devOrPharLoader->unregister();
31
32
+ // fix missing key for vendor/hoa/protocol/Wrapper.php
33
+ $existingComposerAutoloadFiles = $GLOBALS['__composer_autoload_files'] ?? [];
34
+ $GLOBALS['__composer_autoload_files'] = array_merge(
35
+ $existingComposerAutoloadFiles,
36
+ array_fill_keys(['3e76f7f02b41af8cea96018933f6b7e3'], true),
37
+ );
38
+
39
$autoloaderInWorkingDirectory = $vendorDirectory . '/autoload.php';
40
$composerAutoloaderProjectPaths = [];
41
0 commit comments