- Add a space after comments with `//`; - Add missing "See also" sections in some files
v::leapYear()
Validates if a year is leap.
v::leapYear()->validate('1988'); // true
This validator accepts DateTime instances as well.
See also: