| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | final class TreePhpBaselineStorage implements BaselineStorageInterface |
||
| 8 | { |
||
| 9 | private string $path; |
||
| 10 | private array $baselineData = []; |
||
| 11 | |||
| 12 | public function init(string $path): void |
||
| 19 | } |
||
| 20 | |||
| 21 | public function setComments(array $comments): void |
||
| 30 | } |
||
| 31 | |||
| 32 | public function filterComments(array $comments): array |
||
| 40 |