From 850dbb38c6ec758c5700c01c34568f867a9a7106 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 4 Dec 2019 11:38:01 +0000 Subject: [PATCH] phpstan-bugs: remove false positive that is fixed in 0.12.0 --- tests/phpstan/configs/phpstan-bugs.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/phpstan/configs/phpstan-bugs.neon b/tests/phpstan/configs/phpstan-bugs.neon index 0366bd6a5..89defd52a 100644 --- a/tests/phpstan/configs/phpstan-bugs.neon +++ b/tests/phpstan/configs/phpstan-bugs.neon @@ -8,7 +8,3 @@ parameters: message: "#^Default value of the parameter \\#\\d+ \\$[A-Za-z\\d_]+ \\(\\-?\\d+\\) of method .+\\(\\) is incompatible with type float\\.$#" path: ../../../src - - - message: "#^Call to method count\\(\\) on an unknown class _HumbugBoxbfaeed0746fa\\\\Ds\\\\Deque\\.$#" - count: 1 - path: src/block/Banner.php