From d5eef26cc525cda9280f54ec539be5d022841e48 Mon Sep 17 00:00:00 2001 From: shalvah Date: Sun, 25 Aug 2019 23:43:42 +0100 Subject: [PATCH] Fix PHPStan config --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 4850c070..d8f5d764 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,4 +6,4 @@ parameters: - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#' - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#' - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#' - - '#(.*)NunoMaduro\\Collision\\Handler(.*)#' + - '#(.*)NunoMaduro\\Collision(.*)#'