cadre / sniffs
This package is abandoned and no longer maintained.
No replacement package was suggested.
0.1.0
2017-07-29 13:35 UTC
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.