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