wrk-flow / larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
https://larastrict.com
MIT License
5 stars 2 forks source link

fix(Database): Allow all Laravel 9 versions (Fix PHPStan warnings) #32

Closed pionl closed 1 year ago

pionl commented 1 year ago

By using reportUnmatched we can ignore ignored error on Laravel above 9.49 which adds @template support

--

@h4kuna I've fixed the PHPStan warnings on the lower laravel version using reportUnmatched - https://phpstan.org/user-guide/ignoring-errors#reporting-unused-ignores

Laravel below 9.49 is allowed for now.