1 | <?php |
||
7 | class PhpCsResponseStub |
||
8 | { |
||
9 | const STANDARD = 'PSR2'; |
||
10 | const IGNORE = ''; |
||
11 | |||
12 | /** |
||
13 | * @param bool $phpCs |
||
14 | * @param string $phpCsStandard |
||
15 | * @param string $ignore |
||
16 | * |
||
17 | * @return PhpCsResponse |
||
18 | */ |
||
19 | public static function create($phpCs, $phpCsStandard, $ignore) |
||
23 | |||
24 | /** |
||
25 | * @return PhpCsResponse |
||
26 | */ |
||
27 | public static function createEnabled() |
||
31 | } |
||
32 |