From 251b7f431af1e22c1581f31ffe1c680bb4e7dc43 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 5 Mar 2020 22:02:03 +0545 Subject: [PATCH] Remove unneeded ignoreErrors entry from phpstan.neon --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 0f71779..14a75c4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -17,6 +17,3 @@ parameters: - message: '#Access to undefined constant Flake\\Core\\Model::LABELFIELD.#' path: Core/Frameworks/Flake/Core/Model.php - - - message: '#Declaration of Flake\\Core\\Datastructure\\Chain::push\(Flake\\Core\\Datastructure\\Chainable \$value\) should be compatible with SplDoublyLinkedList::push\(\$value\)#' - path: Core/Frameworks/Flake/Core/Datastructure/Chain.php