Judging from the tests coverage inside .github/workflows, php 8.* is being used, which has the support for :void return types.
Without it, it fails on phpstan level 9. Besides, new laravel applications comes with :void return type for both app service provider methods.
Judging from the tests coverage inside
.github/workflows
,php 8.*
is being used, which has the support for:void
return types. Without it, it fails onphpstan level 9
. Besides, new laravel applications comes with:void
return type for both app service provider methods.