Libraries tagged by phpstan-rule
senki/phpstan-prevent-ignore-line
7 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/phpstan-opinionated-nomenclature
5 Downloads
Opinionated PHPStan rules for naming things
samlitowitz/no-ternary
2 Downloads
PHPStan rule to disallow the use of ternary operators
samlitowitz/no-globals
2 Downloads
PHPStan rules to disallow use of global keyword and $GLOBALS variable
rimantasrickus/plentymarkets-rules
472 Downloads
Custom PHPStan rules for plentymarkets plugins
ntzm/strict-casts-phpstan
10 Downloads
PHPStan rule to ensure you're using strict casts wherever possible
marek-d-lis/phpstan-symfony-rules
13 Downloads
My PHPStan rules for Symfony i like to include in my projects
juampi92/phpstan-eloquent-bounded-context
3 Downloads
PHPStan rules that make sure your models are only being mutated from within its Domain.
grzesie2k/phpstan-gql-rule
2803 Downloads
PHPStan rules for GraphQL
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
bellangelo/phpstan-require-file-exists
11 Downloads
A PHPStan rule for checking if the files mentioned in the imports really exist.