phpstan-bugs: add some extra patterns for level 3 false positives

This commit is contained in:
Dylan K. Taylor 2019-12-04 19:50:15 +00:00
parent c35d91a104
commit c57eb26fd5

View File

@ -8,3 +8,11 @@ parameters:
message: "#^Default value of the parameter \\#\\d+ \\$[A-Za-z\\d_]+ \\(\\-?\\d+\\) of method .+\\(\\) is incompatible with type float\\.$#"
path: ../../../src
-
message: "#^Cannot access an offset on Threaded\\.$#"
path: ../../../src
-
message: "#^Cannot assign new offset to Threaded\\.$#"
path: ../../../src