File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ The following set of extra asserts are provided by this package:
5757| [ Json] ( #json ) | |
5858| [ NotEmpty] ( #notempty ) | |
5959| [ NullOr] ( #nullor ) | |
60- | [ NullOrDate] ( #nullordate ) | |
6160| [ NullOrBoolean] ( #nullorboolean ) | |
61+ | [ NullOrDate] ( #nullordate ) | |
6262| [ NullOrString] ( #nullorstring ) | |
6363| [ Phone] ( #phone ) | [ ` google-libphonenumber ` ] [ google-libphonenumber-url ] |
6464| [ PlainObject] ( #plainobject ) | |
@@ -264,6 +264,10 @@ Tests if the value is a `null` or validates against the assert received as an ar
264264
265265Tests if the value is a ` null ` or ` boolean ` .
266266
267+ ### NullOrDate
268+
269+ Tests if the value is a ` null ` or a valid date.
270+
267271### NullOrString
268272
269273Tests if the value is a ` null ` or ` string ` , optionally within some boundaries.
You can’t perform that action at this time.
0 commit comments