Skip to content

Commit f6abcf0

Browse files
committed
Fix PHPStan
1 parent e4ef7bc commit f6abcf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parameters:
44

55
ignoreErrors:
66
- '#no value type specified in iterable type#'
7+
- '#Call to function method_exists\(\) with Doctrine\\DBAL\\Connection and ''quoteSingleIdentifi…'' will always evaluate to true#'
78
-
89
message: '#Unsafe usage of new static#'
910
path: 'src/Model/MultilingualTrait.php'

0 commit comments

Comments
 (0)