Libraries tagged by phpstan-rules
devenjahnke/phpstan-rules
9 Downloads
My Custom PHPStan Rules
crissi/laravel-env-phpstan-rules
204 Downloads
Prevent env use outside config directory
aryeohq/phpstan-rules
5765 Downloads
Aryeo's Custom PHPStan Rules
reveal/symfony-phpstan-rules
5126 Downloads
Advanced PHPStan rules for Symfony projects
oneserv/phpstan-ruleset
1423 Downloads
An opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.
vojtech-dobes/phpstan-php-graphql-server-nette-integration
3 Downloads
vojtech-dobes/phpstan-php-graphql-server
96 Downloads
lastdragon-ru/lara-asp-dev
4 Downloads
Various internal tools and helpers to develop the package itself.
cooldevguys/phpstan-dhexpendency-rules
189 Downloads
A set of rules for PHPStan based on the Hexagonal architecture layers dependency
zonuexe/phpstan-safe-rule-simple
8 Downloads
A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe
temirkhan/phpstan-internal-rules
4 Downloads
PHPStan rules to prevent prohibited usage of classes marked as @internal
senki/phpstan-prevent-ignore-line
8 Downloads
PHPStan rule to detect and prohibit the use of `@phpstan-ignore-error-line` and `@phpstan-ignore-error-next-line` annotations within your PHP codebase.
samlitowitz/no-ternary
3 Downloads
PHPStan rule to disallow the use of ternary operators
samlitowitz/no-globals
3 Downloads
PHPStan rules to disallow use of global keyword and $GLOBALS variable
sal/phpstan-readonly-enforcing
228 Downloads
PHPStan rule to enforce readonly usage on properties and classes when safe to do so