| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ReportObserver implements ReportObserverInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Listen to the report generation and apply the changes to data |
||
| 20 | * |
||
| 21 | * @param array $data |
||
| 22 | * @param CurrencyServiceInterface $currencyService |
||
| 23 | * |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | 2 | public function listenReportGeneration(array $data, CurrencyServiceInterface $currencyService) |
|
| 43 | } |
||
| 44 | } |