Skip to content

Commit

Permalink
Update PHP 8 stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot authored and ondrejmirtes committed Jun 22, 2022
1 parent 089a541 commit 7fe4847
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nikic/php-parser": "^4.14.0",
"ondram/ci-detector": "^3.4.0",
"ondrejmirtes/better-reflection": "5.6.0",
"phpstan/php-8-stubs": "0.3.15",
"phpstan/php-8-stubs": "0.3.16",
"phpstan/phpdoc-parser": "1.6.3",
"react/child-process": "^0.6.4",
"react/event-loop": "^1.2",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/PHPStan/Composer/AutoloadFilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function testExpectedFiles(): void
'hoa/protocol/Wrapper.php', // Hoa isn't prefixed, no need to load this eagerly
'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php
'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit
'phpstan/php-8-stubs/Php8StubsMap.php',
'react/promise-stream/src/functions_include.php', // added to phpstan-dist/bootstrap.php
'react/promise-timer/src/functions_include.php', // added to phpstan-dist/bootstrap.php
'react/promise/src/functions_include.php', // added to phpstan-dist/bootstrap.php
Expand Down

0 comments on commit 7fe4847

Please sign in to comment.