We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b7418 commit 3f0606aCopy full SHA for 3f0606a
2 files changed
composer.json
@@ -23,7 +23,7 @@
23
"nyholm/psr7": "^1.5",
24
"phpbench/phpbench": "^1.2",
25
"phpstan/extension-installer": "^1.1",
26
- "phpstan/phpstan": "2.2.1",
+ "phpstan/phpstan": "2.2.2",
27
"phpstan/phpstan-phpunit": "2.0.16",
28
"phpstan/phpstan-strict-rules": "2.0.11",
29
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
phpstan-baseline.neon
@@ -55,7 +55,7 @@ parameters:
55
path: src/Utils/AST.php
56
57
-
58
- message: '#^Variable property access on array\|object\.$#'
+ message: '#^Variable property access on (array\|)?object\.$#'
59
identifier: property.dynamicName
60
count: 1
61
0 commit comments