From 9e3d08788a09efac2f02fd51072749e90c78dcdf Mon Sep 17 00:00:00 2001 From: Jack Wilkinson Date: Wed, 3 Jul 2024 17:29:07 +0100 Subject: [PATCH] Added ignores for historic issues --- phpstan-baseline.neon | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f69d64a3..d2a985e6 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -775,3 +775,18 @@ parameters: message: "#^Call to function is_null\\(\\) with Closure will always evaluate to false\\.$#" count: 1 path: src/Validation/Factory.php + + - + message: "#^Call to an undefined method Illuminate\\\\Routing\\\\Router\\:\\:before\\(\\)\\.$#" + count: 1 + path: src/Foundation/Application.php + + - + message: "#^Call to an undefined method Illuminate\\\\Routing\\\\Router\\:\\:after\\(\\)\\.$#" + count: 1 + path: src/Foundation/Application.php + + - + message: "#^Call to an undefined method Orchestra\\\\Testbench\\\\Exceptions\\\\Handler\\:\\:error\\(\\)\\.$#" + count: 1 + path: src/Foundation/Application.php