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.
1 parent a978688 commit f15670dCopy full SHA for f15670d
1 file changed
phpstan-baseline.neon
@@ -15825,7 +15825,13 @@ parameters:
15825
-
15826
message: '#^Access to an undefined property PhpParser\\Node\:\:\$args\.$#'
15827
identifier: property.notFound
15828
- count: 5
+ count: 1
15829
+ path: src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php
15830
+
15831
+ -
15832
+ message: '#^Access to an undefined property PhpParser\\Node\\Arg\|PhpParser\\Node\\VariadicPlaceholder\:\:\$value\.$#'
15833
+ identifier: property.notFound
15834
15835
path: src/lib/MVC/Symfony/Translation/ExceptionMessageTemplateFileVisitor.php
15836
15837
0 commit comments