Total Complexity | 6 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
5 | class WriteReviewNotice extends AbstractNotice |
||
6 | { |
||
7 | protected function canRender(): bool |
||
16 | } |
||
17 | |||
18 | protected function isIntroverted(): bool |
||
19 | { |
||
20 | return true; |
||
21 | } |
||
22 | |||
23 | protected function isMonitored(): bool |
||
24 | { |
||
25 | return false; |
||
26 | } |
||
27 | |||
28 | protected function version(): string |
||
31 | } |
||
32 | } |
||
33 |