Skip to content

Commit 9e5fcbf

Browse files
committed
Update phpstan.neon.dist
1 parent 68b4764 commit 9e5fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters:
1818

1919
ignoreErrors:
2020
-
21-
message: '#.*so it can be removed from the return type#'
21+
message: '#.*so it can be removed from the return type.*#' # requires https://github.com/phpstan/phpstan/issues/10312
2222
-
2323
message: '#^Method staabm\\PHPStanDba\\DbSchema\\SchemaHasherMysql\:\:hashDb\(\) should return string but returns float\|int\|string\.$#'
2424
path: src/DbSchema/SchemaHasherMysql.php

0 commit comments

Comments
 (0)