| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function __construct(bool $dkimEnabled, bool $dkimRecordFound, bool $dkimRecordValid, string $currentRecord) |
||
| 21 | { |
||
| 22 | $this->dkimEnabled = $dkimEnabled; |
||
| 23 | $this->dkimRecordFound = $dkimRecordFound; |
||
| 24 | $this->dkimRecordValid = $dkimRecordValid; |
||
| 25 | $this->currentRecord = $currentRecord; |
||
| 26 | } |
||
| 48 |