Browse Source

#543 Add exception for forceScheme to appease phpstan

Nicholas Catanchin 5 years ago
parent
commit
bca5c062d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -5,6 +5,7 @@ parameters:
     ignoreErrors:
     ignoreErrors:
         - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#'
         - '#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 static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'
+        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceScheme()#'
         - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
         - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
         - '#(.*)NunoMaduro\\Collision(.*)#'
         - '#(.*)NunoMaduro\\Collision(.*)#'
         - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
         - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'