Преглед на файлове

Updating PHPStan exceptions

Guy Marriott преди 5 години
родител
ревизия
7a0aa89c65
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

@@ -5,7 +5,7 @@ parameters:
     ignoreErrors:
         - '#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::forceScheme()#'
+        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::formatRoot()#'
         - '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
         - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
         - '#(.*)NunoMaduro\\Collision(.*)#'