Skip to content

Commit 7a0aa89

Browse files
committed
Updating PHPStan exceptions
1 parent 07b7a54 commit 7a0aa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
ignoreErrors:
66
- '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#'
77
- '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'
8-
- '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceScheme()#'
8+
- '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::formatRoot()#'
99
- '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
1010
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
1111
- '#(.*)NunoMaduro\\Collision(.*)#'

0 commit comments

Comments
 (0)