spaze / phpstan-disallowed-calls-symfony
Symfony-specific configuration for Disallowed method and function calls extension for PHPStan
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/spaze/phpstan-disallowed-calls-symfony
Requires
- php: ^7.4 || ^8.0
- spaze/phpstan-disallowed-calls: ^4.0.0
README
Symfony-specific disallowed calls configuration for my Disallowed Calls PHPStan extension.
Prerequisites:
Installation:
With Composer:
composer require --dev spaze/phpstan-disallowed-calls-symfony
Then include the file in your phpstan.neon or similar:
includes: - vendor/spaze/phpstan-disallowed-calls-symfony/disallowed-dangerous-calls.neon