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.
1 parent a39a46f commit b58b8c5Copy full SHA for b58b8c5
tests/PHPStan/Composer/AutoloadFilesTest.php
@@ -51,6 +51,7 @@ public function testExpectedFiles(): void
51
'hoa/protocol/Wrapper.php', // Hoa isn't prefixed, no need to load this eagerly
52
'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php
53
'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit
54
+ 'phpstan/php-8-stubs/Php8StubsMap.php',
55
'react/promise-stream/src/functions_include.php', // added to phpstan-dist/bootstrap.php
56
'react/promise-timer/src/functions_include.php', // added to phpstan-dist/bootstrap.php
57
'react/promise/src/functions_include.php', // added to phpstan-dist/bootstrap.php
0 commit comments