lychee-org/phpstan-lychee

Set of rules for all Lychee related php repo

v1.0.3 2024-03-02 16:17 UTC

This package is auto-updated.

Last update: 2024-03-31 16:33:21 UTC


README

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.

Installation

To use this extension, require it in Composer:

composer require --dev lychee-org/phpstan-lychee