1 | <?php |
||
5 | class CLI extends \PHP_CodeSniffer_CLI |
||
6 | { |
||
7 | use SugaredRimConfigAwareTrait; |
||
8 | |||
9 | public function __construct(callable $finderByConfig = null) |
||
13 | |||
14 | /** |
||
15 | * @codeCoverageIgnore hard coded `exit()` in `parent::runphpcbf` |
||
16 | */ |
||
17 | public function runphpcbf() |
||
22 | |||
23 | /** |
||
24 | * @codeCoverageIgnore hard coded `exit()` in `parent::runphpcs` |
||
25 | */ |
||
26 | public function runphpcs() |
||
31 | } |
||
32 |