heseya / insights
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2022-01-14 17:56 UTC
Requires
- nunomaduro/phpinsights: ^2.0
README
A custom rules pack for PHP Insights that we use in our projects.
Installation
composer require heseya/insights --dev
Available rules
Heseya\Insights\Sniffs\NotSpaceAfterNot- This sniff ensures there is NOT a single space after a NOT operator.