mhujer/phpstan-rules

Custom rules for phpstan

1.0 2021-11-05 12:46 UTC

This package is auto-updated.

Last update: 2024-04-05 18:18:57 UTC


README

Build Status Coverage Status Latest Stable Version License

This repository provides following custom rules for PHPStan:

  • Check that the __construct() is the first method in the class.
  • If the __construct contains Doctrine\ORM\EntityManagerInterface as a parameter, it must be sorted as the last one.

Usage

To use those rules, require them in Composer:

composer require --dev mhujer/phpstan-rules

And include them in your project's PHPStan config:

includes:
    - vendor/mhujer/phpstan-rules/rules.neon