assoconnect/phpstan-rules

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

Installs: 3 016

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/assoconnect/phpstan-rules

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