| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class FormShieldReport implements FormShieldReportInterface |
||
| 8 | { |
||
| 9 | protected bool $verificationStatus; |
||
| 10 | |||
| 11 | protected array $ruleViolations; |
||
| 12 | |||
| 13 | 36 | public function __construct(bool $verificationStatus, string ...$ruleViolations) |
|
| 17 | } |
||
| 18 | |||
| 19 | 36 | public function verificationStatus(): bool |
|
| 22 | } |
||
| 23 | |||
| 24 | 6 | public function ruleViolations(): array |
|
| 29 |