Total Complexity | 5 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 91.67% |
Changes | 0 |
1 | <?php |
||
26 | trait AssertDocumentDividerTrait |
||
27 | { |
||
28 | /** |
||
29 | * Validate a document divider |
||
30 | * |
||
31 | * @param int $value |
||
32 | * @param string $message |
||
33 | * |
||
34 | * @return null |
||
35 | * @throws TxTextControl\ReportingCloud\Exception\InvalidArgumentException |
||
36 | */ |
||
37 | 4 | public static function assertDocumentDivider(int $value, string $message = '') |
|
59 |