assoconnect/phpstan-rules

This package is abandoned and no longer maintained. The author suggests using the assoconnect/php-quality-config package instead.

v1.1.0 2022-07-26 20:34 UTC

This package is auto-updated.

Last update: 2022-12-11 17:11:29 UTC


README

Build Status Quality Gate Status

Installation

composer require --dev assoconnect/phpstan-rules

Including in this package

  • EnforceHttpsLinksRule to ban insecure links containing http: in string scalars and PHPDoc blocks

From other packages

These elements are also imported:

  • Uses phpstan/phpstan-phpunit
  • Uses phpstan/phpstan-strict-rules
  • Uses phpstan/phpstan-webmozart-assert
  • Uses roave/no-floaters