Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersundsehr/phpstan-git-files

Add all git files into phpstan config automatically
https://github.com/andersundsehr/phpstan-git-files

automatic git phpstan phpstan-extension

Last synced: about 1 month ago
JSON representation

Add all git files into phpstan config automatically

Awesome Lists containing this project

README

        

# phpstan-git-files

This phpstan extension automatically adds all your `.php` files from git to be checked by phpstan.

## install

`composer req --dev andersundsehr/phpstan-git-files`

```NEON
includes:
- vendor/andersundsehr/phpstan-git-files/extension.php
```