| 1 | <?php declare(strict_types = 1); |
||
| 15 | class ScreenshotReporter extends Reporter implements ViolationReporterInterface |
||
| 16 | { |
||
| 17 | /** Violations collection marker */ |
||
| 18 | const MARKER = 'screenshots'; |
||
| 19 | |||
| 20 | /** {@inheritdoc} */ |
||
| 21 | public function parseViolations() : array |
||
| 33 | |||
| 34 | /** {@inheritdoc} */ |
||
| 35 | public function report(CloudReporter $bitbucket, ConsoleLogger $logger) |
||
| 42 | } |
||
| 43 |