We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2a2ab commit 44e77f0Copy full SHA for 44e77f0
phpstan.neon
@@ -31,3 +31,6 @@ parameters:
31
-
32
message: '~^Variable property access on PhpParser\\Node\\Stmt\\Declare_\|PhpParser\\Node\\Stmt\\Namespace_\.$~'
33
path: src/Type/Doctrine/QueryBuilder/OtherMethodQueryBuilderParser.php
34
+ -
35
+ message: '#^Call to method getProperty\(\) on an unknown class PHPStan\\BetterReflection\\Reflection\\Adapter\\ReflectionEnum\.$#'
36
+ path: src/Rules/Gedmo/PropertiesExtension.php
0 commit comments