Browse Source

Update PHPStan config

shalvah 5 years ago
parent
commit
fdc7a72531
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -7,3 +7,4 @@ parameters:
         - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'
         - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
         - '#(.*)NunoMaduro\\Collision(.*)#'
+        - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'