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 216900e commit b654dfbCopy full SHA for b654dfb
1 file changed
phpstan.neon
@@ -9,8 +9,12 @@ parameters:
9
- '#Symfony\\Component\\Config\\Definition\\Builder#'
10
11
# Silence some errors until config modernization is complete
12
- - '#EntityManager::getRepository#'
13
- - '#Mapping\\ClassMetadata>#'
+ -
+ message: '#EntityManager::getRepository#'
14
+ reportUnmatched: false
15
16
+ message: '#Mapping\\ClassMetadata>#'
17
18
19
# New PHPStan 2 errors
20
- { identifier: missingType.generics }
0 commit comments