Browse Source

Update PHPStan config - ignore errors relating to optional package

shalvah 5 năm trước cách đây
mục cha
commit
bf7e45c256
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -6,3 +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(.*)#'