Skip to content

Commit a3a1291

Browse files
authored
ignore unreliable type errors in SchemaHasherMysql (#449)
1 parent 78bfbb6 commit a3a1291

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpstan.neon.dist

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ parameters:
1010

1111
bootstrapFiles:
1212
- bootstrap.php
13+
14+
reportUnmatchedIgnoredErrors: false
15+
16+
ignoreErrors:
17+
- '#^Method staabm\\PHPStanDba\\DbSchema\\SchemaHasherMysql\:\:hashDb\(\) should return string but returns float\|int\|string\.$#'
18+
- '#^Property staabm\\PHPStanDba\\DbSchema\\SchemaHasherMysql\:\:\$hash \(string\|null\) does not accept float\|int\|string\.$#'
19+

0 commit comments

Comments
 (0)