1 | <?php |
||
14 | final class CodeSnifferStyle |
||
15 | { |
||
16 | /** |
||
17 | * @var SymfonyStyle |
||
18 | */ |
||
19 | private $symfonyStyle; |
||
20 | |||
21 | 7 | public function __construct(InputInterface $input, OutputInterface $output) |
|
25 | |||
26 | 3 | public function success(string $message) |
|
30 | |||
31 | 4 | public function error(string $message) |
|
35 | |||
36 | 5 | public function writeErrorReports(array $errorReports) |
|
47 | |||
48 | 4 | private function formatErrorsToTableRows(array $errors) : array |
|
56 | } |
||
57 |