Skip to content

Commit 48747ae

Browse files
committed
:octocat: dependency update
1 parent 376c972 commit 48747ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"phpbench/phpbench": "^1.4",
5959
"phpunit/phpunit": "^11.5",
6060
"phpmd/phpmd": "^2.15",
61-
"phpstan/phpstan": "^2.1",
61+
"phpstan/phpstan": "^2.1.13",
6262
"phpstan/phpstan-deprecation-rules": "^2.0",
6363
"setasign/fpdf": "^1.8.6",
6464
"slevomat/coding-standard": "^8.15",
65-
"squizlabs/php_codesniffer": "^3.11"
65+
"squizlabs/php_codesniffer": "^3.12"
6666
},
6767
"suggest": {
6868
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",

phpstan-baseline.neon

+6
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ parameters:
228228
count: 1
229229
path: tests/Common/MaskPatternTest.php
230230

231+
-
232+
message: '#^Catching internal class PHPUnit\\Framework\\ExpectationFailedException\.$#'
233+
identifier: catch.internalClass
234+
count: 1
235+
path: tests/Data/DataInterfaceTestAbstract.php
236+
231237
-
232238
message: '#^Parameter \#1 \$string of static method chillerlan\\QRCode\\Data\\QRDataModeInterface\:\:validateString\(\) expects string, string\|false given\.$#'
233239
identifier: argument.type

0 commit comments

Comments
 (0)