reveal / symfony-phpstan-rules
Advanced PHPStan rules for Symfony projects
Installs: 5 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Type:phpstan-extension
Requires
- php: >=7.2
- phpstan/phpstan: ^1.5.6
Requires (Dev)
- phpunit/phpunit: ^7.5|^9.5
- symfony/framework-bundle: ^6.0
This package is auto-updated.
Last update: 2023-07-18 16:10:38 UTC
README
PHPStan Rules that reveal secret value that is already hidden in your code.
- See Rules Overview
Install
composer require reveal/symfony-phpstan-rules --dev
Usage
@todo
Report Issues
In case you are experiencing a bug or want to request a new feature head over to the monorepo issue tracker
Contribute
The sources of this package are contained in the Reveal monorepo. We welcome contributions for this package on revealphp/reveal.