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