Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andersundsehr/phpstan-git-files
- Owner: andersundsehr
- Created: 2023-02-03T13:24:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:21:15.000Z (3 months ago)
- Last Synced: 2024-10-14T04:21:56.517Z (2 months ago)
- Topics: automatic, git, phpstan, phpstan-extension
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```