InterNACHI / modular

Modularize your Laravel application
MIT License
800 stars 65 forks source link

Add void return type to ServiceProvider stub #70

Closed thearyanahmed closed 7 months ago

thearyanahmed commented 9 months ago

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.

inxilpro commented 7 months ago

Thanks!