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

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

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
```