You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,14 @@ parameters:
15
15
- # arrays in Doctrine\ORM\Mapping\ClassMetadataInfo -> AssociationMapping not defined
16
16
message:'#Method Ecommit\\DoctrineEntitiesGeneratorBundle\\EntityGenerator\\EntityGenerator::addAssociation.*\(\) has parameter \$associationMapping with no value type specified in iterable type array#'
17
17
path:src/EntityGenerator/EntityGenerator.php
18
+
19
+
# Legacy Support for nikic/php-parser v4
20
+
-
21
+
message:'#Call to an undefined method PhpParser\\Lexer\\Emulative::getTokens\(\)#'
0 commit comments