phpstan: drop some ignoreErrors that don't occur on 0.12.9

This commit is contained in:
Dylan K. Taylor 2020-02-06 21:01:05 +00:00
parent 0ac5e03ce9
commit ada8cbb545

View File

@ -5,14 +5,6 @@ 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
-
message: "#^Offset string does not exist on array\\(\\)\\.$#"
count: 3