Преглед на файлове

:octocat: dependency update

smiley преди 7 месеца
родител
ревизия
48747ae5b4
променени са 2 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 2 2
      composer.json
  2. 6 0
      phpstan-baseline.neon

+ 2 - 2
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.",

+ 6 - 0
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