Skip to content

Commit 44e77f0

Browse files
committed
Fix build
1 parent 1f2a2ab commit 44e77f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ parameters:
3131
-
3232
message: '~^Variable property access on PhpParser\\Node\\Stmt\\Declare_\|PhpParser\\Node\\Stmt\\Namespace_\.$~'
3333
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

Comments
 (0)