From 676765158e2f82d19d9ca06366eb2fa5f53f8d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:54:06 +0000 Subject: [PATCH 1/2] Bump the phpstan group across 1 directory with 4 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) and [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. Updates `phpstan/phpstan` to 2.2.10 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-strict-rules` to 2.0.12 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/2.0.11...2.0.12) Updates `phpstan/phpstan-nette` to 2.0.12 - [Release notes](https://github.com/phpstan/phpstan-nette/releases) - [Commits](https://github.com/phpstan/phpstan-nette/compare/2.0.11...2.0.12) Updates `spaze/phpstan-disallowed-calls` to 4.14.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.12.0...v4.14.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.6 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-nette dependency-version: 2.0.12 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-strict-rules dependency-version: 2.0.12 dependency-type: direct:development dependency-group: phpstan - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.13.0 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f392a08..09c3042 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,12 @@ "require-dev": { "nette/tester": "2.6.1", "mockery/mockery": "1.6.15", - "phpstan/phpstan": "2.2.3", - "phpstan/phpstan-strict-rules": "2.0.11", - "phpstan/phpstan-nette": "2.0.11", + "phpstan/phpstan": "2.2.10", + "phpstan/phpstan-strict-rules": "2.0.12", + "phpstan/phpstan-nette": "2.0.12", "phpstan/phpstan-mockery": "2.0.0", "nepada/phpstan-nette-tester": "2.0.1", - "spaze/phpstan-disallowed-calls": "4.12.0", + "spaze/phpstan-disallowed-calls": "4.14.0", "shipmonk/phpstan-rules": "4.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1", From 7246398ab33d4e38b07ac31cb76e2bc2dd9d781b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Wed, 2 Sep 2026 22:02:47 +0200 Subject: [PATCH 2/2] Update phpstan ignored errors --- phpstan.tests.neon.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.tests.neon.dist b/phpstan.tests.neon.dist index 8b229f5..b4b048c 100644 --- a/phpstan.tests.neon.dist +++ b/phpstan.tests.neon.dist @@ -30,5 +30,3 @@ parameters: message: "#^Parameter .* of method Nette\\\\Application\\\\UI\\\\Presenter\\:\\:injectPrimary\\(\\) expects .*, .* given\\.$#" count: 1 path: tests/SecurityAnnotations/SecurityAnnotationsTest.phpt - - - identifier: shipmonk.checkedExceptionInCallable