Skip to content

Commit 1dd80bf

Browse files
committed
Updated dependencies
1 parent 92425a0 commit 1dd80bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/PHPStan/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ parameters:
1818
- identifier: missingType.generics
1919
- "#Offset '(bracket|scope|parenthesis|comment|attribute)_(opener|closer)' (does|might) not exist#"
2020
- "#Offset '(conditions|scope_condition)' might not exist#"
21+
- "#Offset int\\|null might not exist#"
2122
-
2223
message: '#Offset ''nested_parenthesis'' (does|might) not exist on array#'
2324
count: 1

build/PHPStan/phpstan.tests.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ parameters:
77

88
ignoreErrors!:
99
- "#Offset '(bracket|scope|parenthesis|comment)_(opener|closer)' (does|might) not exist#"
10-
10+
- "#Offset int\\|null might not exist#"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"require-dev": {
2222
"phing/phing": "3.0.1|3.1.0",
2323
"php-parallel-lint/php-parallel-lint": "1.4.0",
24-
"phpstan/phpstan": "2.1.22",
24+
"phpstan/phpstan": "2.1.24",
2525
"phpstan/phpstan-deprecation-rules": "2.0.3",
2626
"phpstan/phpstan-phpunit": "2.0.7",
2727
"phpstan/phpstan-strict-rules": "2.0.6",
28-
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.8"
28+
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.10"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)