cadre / 嗅探器
该软件包已被弃用且不再维护。未建议替代软件包。
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
这是自定义嗅探器 PHP_CodeSniffer 的主页。
提供的嗅探器
Cadre.StrictTypesDeclaration.DeclareStrictTypes
要求所有以 <?php
开头的 PHP 文件在下一行使用 declare(strict_types=1);
并跟一个新行。