We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b4764 commit 9e5fcbfCopy full SHA for 9e5fcbf
phpstan.neon.dist
@@ -18,7 +18,7 @@ parameters:
18
19
ignoreErrors:
20
-
21
- message: '#.*so it can be removed from the return type#'
+ message: '#.*so it can be removed from the return type.*#' # requires https://github.com/phpstan/phpstan/issues/10312
22
23
message: '#^Method staabm\\PHPStanDba\\DbSchema\\SchemaHasherMysql\:\:hashDb\(\) should return string but returns float\|int\|string\.$#'
24
path: src/DbSchema/SchemaHasherMysql.php
0 commit comments