Pronto runner for PHPStan. What is Pronto?
Configuration is available via following environment variables
Name | Description | Default |
---|---|---|
PRONTO_PHPSTAN_EXECUTABLE |
Path to a PHPStan executable | phpstan |
PRONTO_PHPSTAN_CONFIG |
Additonal config file which should be ussd (-c) | none |
PRONTO_PHPSTAN_AUTOLOADER |
Autoloader file wich phpstan should use (-a) | none |
PRONTO_PHPSTAN_LEVEL |
Level on which phpstan will run (-l) | 7 |
inspired by pronto-phpcs
Copyright (c) 2018 Thomas Rothe. See LICENSE for further details.