We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe7fa93 + f15670d commit d8e3dbcCopy full SHA for d8e3dbc
1 file changed
phpstan-baseline.neon
@@ -9087,7 +9087,13 @@ parameters:
9087
-
9088
message: '#^Access to an undefined property PhpParser\\Node\:\:\$args\.$#'
9089
identifier: property.notFound
9090
- count: 5
+ count: 1
9091
+ path: src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php
9092
+
9093
+ -
9094
+ message: '#^Access to an undefined property PhpParser\\Node\\Arg\|PhpParser\\Node\\VariadicPlaceholder\:\:\$value\.$#'
9095
+ identifier: property.notFound
9096
9097
path: src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php
9098
9099
0 commit comments