https://github.com/fostercommerce/phpstan
PHPStan config for Foster Commerce projects
https://github.com/fostercommerce/phpstan
Last synced: 4 months ago
JSON representation
PHPStan config for Foster Commerce projects
- Host: GitHub
- URL: https://github.com/fostercommerce/phpstan
- Owner: FosterCommerce
- Created: 2024-03-08T13:05:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T07:23:00.000Z (about 2 years ago)
- Last Synced: 2025-10-21T08:00:05.814Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foster Commerce PHPStan Config
Add a phpstan.neon file with
```neon
includes:
- vendor/fostercommerce/phpstan/phpstan.neon
parameters:
paths:
- modules
- plugins
```