From 48747ae5b4db7a66acdcc6bc6e2a36069171e4f0 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 1 May 2025 16:19:25 +0200 Subject: [PATCH] :octocat: dependency update --- composer.json | 4 ++-- phpstan-baseline.neon | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5f52d3231..a326c7b2f 100644 --- a/composer.json +++ b/composer.json @@ -58,11 +58,11 @@ "phpbench/phpbench": "^1.4", "phpunit/phpunit": "^11.5", "phpmd/phpmd": "^2.15", - "phpstan/phpstan": "^2.1", + "phpstan/phpstan": "^2.1.13", "phpstan/phpstan-deprecation-rules": "^2.0", "setasign/fpdf": "^1.8.6", "slevomat/coding-standard": "^8.15", - "squizlabs/php_codesniffer": "^3.11" + "squizlabs/php_codesniffer": "^3.12" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 7e242a83e..b1e51f079 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -228,6 +228,12 @@ parameters: count: 1 path: tests/Common/MaskPatternTest.php + - + message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#' + identifier: catch.internalClass + count: 1 + path: tests/Data/DataInterfaceTestAbstract.php + - message: '#^Parameter \#1 \$string of static method chillerlan\\QRCode\\Data\\QRDataModeInterface\:\:validateString\(\) expects string, string\|false given\.$#' identifier: argument.type