We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bfbb6 commit a3a1291Copy full SHA for a3a1291
phpstan.neon.dist
@@ -10,3 +10,10 @@ parameters:
10
11
bootstrapFiles:
12
- 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