Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | final class IsNotNull extends ComposingAssertion implements Validation |
||
13 | { |
||
14 | public const NOT_NOT_NULL = 'is-not-null.not-not-null'; |
||
15 | |||
16 | public function __construct(?callable $errorFormatter = null) |
||
26 | } |
||
27 | ); |
||
28 | } |
||
29 | |||
30 | public static function withTranslator(Translator $translator): self |
||
37 |