Skip to content

Commit 3253be8

Browse files
renovate[bot]kukulich
authored andcommitted
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.17 | 2.1.19 | | packagist | phpstan/phpstan-phpunit | 2.0.6 | 2.0.7 |
1 parent b23f43f commit 3253be8

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ parameters:
5050
-
5151
identifier: method.nonObject
5252
path: test/unit/
53+
-
54+
identifier: method.resultUnused
55+
path: test/unit/

test/unit/SourceLocator/Type/AutoloadSourceLocatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ public function testBrokenAutoloader(): void
457457

458458
spl_autoload_register($brokenAutoloader);
459459

460+
/** @phpstan-ignore deadCode.unreachable */
460461
try {
461462
(new AutoloadSourceLocator($this->astLocator))
462463
->locateIdentifier(

tools/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"doctrine/coding-standard": "^13.0.1",
4-
"phpstan/phpstan": "^2.1.17",
5-
"phpstan/phpstan-phpunit": "^2.0.6",
4+
"phpstan/phpstan": "^2.1.19",
5+
"phpstan/phpstan-phpunit": "^2.0.7",
66
"vimeo/psalm": "^6.13.0",
77
"roave/backward-compatibility-check": "^8.14.0",
88
"roave/infection-static-analysis-plugin": "^1.38.0"

tools/composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)