From ada8cbb5451c260f5776d7f144420673858eeae3 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 6 Feb 2020 21:01:05 +0000 Subject: [PATCH] phpstan: drop some ignoreErrors that don't occur on 0.12.9 --- tests/phpstan/configs/phpstan-bugs.neon | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/phpstan/configs/phpstan-bugs.neon b/tests/phpstan/configs/phpstan-bugs.neon index bdbce964d..998fde5ad 100644 --- a/tests/phpstan/configs/phpstan-bugs.neon +++ b/tests/phpstan/configs/phpstan-bugs.neon @@ -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