Libraries tagged by phpstan-rules
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
3 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
12 Downloads
PHPStan rule to enforce readonly usage on properties and classes when safe to do so
rimantasrickus/plentymarkets-rules
474 Downloads
Custom PHPStan rules for plentymarkets plugins
ntzm/strict-casts-phpstan
11 Downloads
PHPStan rule to ensure you're using strict casts wherever possible
nadyita/phpstan-amp-file-rule
1513 Downloads
A PHPStan rule to detect the use of sync filesystem calls for which there are async counterparts. Must be used in conjunction with amphp/file
marek-d-lis/phpstan-symfony-rules
15 Downloads
My PHPStan rules for Symfony i like to include in my projects
juampi92/phpstan-eloquent-bounded-context
8 Downloads
PHPStan rules that make sure your models are only being mutated from within its Domain.
erikgaal/phpstan-psl-rule
1 Downloads
PHPStan rules to suggest azziez/psl replacements for native functions
anzubko/swf-phpstan
70 Downloads
Simplest framework PHPStan rules
shrug/zealous-stan
2724 Downloads
A modest and highly opinionated collection of commonly used phpstan rules
cdn77/phpstan-test-utils-rule
2770 Downloads
A PHPStan rule to be used with the cdn77/test-utils package