cadre/sniffs

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 241

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cadre/sniffs

0.1.0 2017-07-29 13:35 UTC

This package is not auto-updated.

Last update: 2020-04-14 01:57:24 UTC


README

This is the home for custom sniffs for PHP_CodeSniffer.

Provided Sniffs:

Cadre.StrictTypesDeclaration.DeclareStrictTypes

Requires that all PHP files that start with <?php have declare(strict_types=1); on the next line followed by a new line.