Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
35 | public function report(CloudReporter $bitbucket, ConsoleLogger $logger) |
||
36 | { |
||
37 | foreach ($this->parseViolations() as $screenshot) { |
||
38 | $bitbucket->createGeneralComment(''); |
||
39 | $logger->log(ConsoleLogger::INFO, 'Posting screenshot:' . $screenshot); |
||
40 | } |
||
41 | } |
||
42 | } |
||
43 |