PHPStan focuses on finding bugs in your code. But in PHP there's a lot of leeway in how stuff can be written. This repository contains a set of rules that are applied on each LycheeOrg PHP repository.
This includes:
- phpstan/phpstan — obviously...
- phpstan/phpstan-deprecation-rules — avoiding any deprecation
- phpstan/phpstan-strict-rules — strict and opinionated rules
- thecodingmachine/phpstan-safe-rule — Ensure the use of
Safe
code - nunomaduro/larastan — stubs for Laravel
- slam/phpstan-extensions — No unused variables
- symplify/phpstan-rules — A lot of stricter rules with regard to coding standards.
To use this extension, require it in Composer:
composer require --dev lychee-org/phpstan-lychee