Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ parameters:
-
identifier: method.nonObject
path: test/unit/
-
identifier: method.resultUnused
path: test/unit/
1 change: 1 addition & 0 deletions test/unit/SourceLocator/Type/AutoloadSourceLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ public function testBrokenAutoloader(): void

spl_autoload_register($brokenAutoloader);

/** @phpstan-ignore deadCode.unreachable */
try {
(new AutoloadSourceLocator($this->astLocator))
->locateIdentifier(
Expand Down
4 changes: 2 additions & 2 deletions tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require": {
"doctrine/coding-standard": "^13.0.1",
"phpstan/phpstan": "^2.1.17",
"phpstan/phpstan-phpunit": "^2.0.6",
"phpstan/phpstan": "^2.1.19",
"phpstan/phpstan-phpunit": "^2.0.7",
"vimeo/psalm": "^6.13.0",
"roave/backward-compatibility-check": "^8.14.0",
"roave/infection-static-analysis-plugin": "^1.38.0"
Expand Down
26 changes: 13 additions & 13 deletions tools/composer.lock

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

Loading