1 | <?php |
||
7 | class JsonFormatter implements ReportFormatter |
||
8 | { |
||
9 | protected $isFirstIssue = true; |
||
10 | |||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | public function reportBeginning() |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function reportEnd() |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function formatIssue(Issue $issue) |
||
43 | } |
||
44 |