marcreichel / igdb-laravel

Simplify the integration of the IGDB API into your Laravel app. Including IGDB webhook support.
https://marcreichel.dev/docs/igdb-laravel
MIT License
107 stars 22 forks source link

Implementation PHPStan #48

Closed Slatyo closed 3 years ago

Slatyo commented 3 years ago

This pull request does the following:

With this, we could possibly add PHPStan GitHub Actions and the badge if the test passed with the current selected branch or not.

If you are running a unix based system you can run the following to execute the shortcut: composer stan

If you are running windows you can run the following to execute the shortcut: composer stan-2g

Only supports PHP 8 or higher.