Total Complexity | 4 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | trait SummaryLogTrait |
||
18 | { |
||
19 | protected $summaryLog = []; |
||
20 | |||
21 | /** |
||
22 | * @return array |
||
23 | */ |
||
24 | public function getSummaryLog(): array |
||
27 | } |
||
28 | |||
29 | public function resetSummaryLog(): void |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param string $string |
||
36 | */ |
||
37 | protected function addSummaryLog(string $string): void |
||
44 |