From 3c69dbcac371272ecad997ff762efad3f80019f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 03:00:41 +0000 Subject: [PATCH 1/2] composer (5.x)(deps-dev): bump the development-dependencies group with 3 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [nikic/php-parser](https://github.com/nikic/PHP-Parser) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `mimmi20/coding-standard` to 6.1.6 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/6.1.5...6.1.6) Updates `nikic/php-parser` to 5.6.0 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v5.5.0...v5.6.0) Updates `phpstan/phpstan` to 2.1.21 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.1.19...2.1.21) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-version: 6.1.6 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: nikic/php-parser dependency-version: 5.6.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.21 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1cc5f10..e36a397 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ "infection/infection": "^0.30.3", "laminas/laminas-modulemanager": "^2.17.0", "laminas/laminas-navigation": "^2.20.0", - "mimmi20/coding-standard": "^6.1.5", + "mimmi20/coding-standard": "^6.1.6", "mimmi20/mezzio-navigation": "^4.0.3", - "nikic/php-parser": "^5.5.0", + "nikic/php-parser": "^5.6.0", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.19", + "phpstan/phpstan": "^2.1.21", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpunit/phpunit": "^12.2.7", "rector/rector": "^2.1.2", From 4bd39f25e012131ef1d56a882c099483246927d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 30 Jul 2025 18:43:28 +0200 Subject: [PATCH 2/2] fix issue --- src/ContainerParserFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ContainerParserFactory.php b/src/ContainerParserFactory.php index 2b1cf6f..7b5b86f 100644 --- a/src/ContainerParserFactory.php +++ b/src/ContainerParserFactory.php @@ -27,7 +27,6 @@ final class ContainerParserFactory implements FactoryInterface * * @throws void * - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint * @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter */ #[Override]