cadre / sniffs
Installs: 241
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cadre/sniffs
Requires (Dev)
- pds/skeleton: 1.x-dev
- phing/phing: ^2.15
- phpstan/phpstan: ^0.6.3
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0@RC
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.