sykescottages / phpstan-braintree
Braintree extensions for PHPStan
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 0
Type:phpstan-extension
Requires
- braintree/braintree_php: >6.4.1
- phpstan/extension-installer: ^1.0
Conflicts
- braintree/braintree_php: <=6.4.1
README
This repo is to allow static analysis for the braintree library with phpstan
The phpdoc was mostly taken from an older version of the repo when braintree supported the native docs.
Installing
Automatic
Using composer and allowing plugins will allow this to be a single command install
composer require sykescottages/phpstan-braintree
Manual
Add in the rules file manually by adding the following to your neon file
includes: - vendor/sykescottages/phpstan-braintree/rules.neon