1 | <?php |
||
7 | class PhpCsFixerResponseStub |
||
8 | { |
||
9 | /** |
||
10 | * @param bool $phpCsFixer |
||
11 | * @param bool $psr0 |
||
12 | * @param bool $psr1 |
||
13 | * @param bool $psr2 |
||
14 | * @param bool $symfony |
||
15 | * |
||
16 | * @return PhpCsFixerResponse |
||
17 | */ |
||
18 | public static function create($phpCsFixer, $psr0, $psr1, $psr2, $symfony) |
||
22 | |||
23 | /** |
||
24 | * @return PhpCsFixerResponse |
||
25 | */ |
||
26 | public static function createEnabled() |
||
30 | } |
||
31 |