@@ -53,8 +53,7 @@ discard block |
||
53 | 53 | * @class DateAfter |
54 | 54 | * @package Platine\Validator\Rule |
55 | 55 | */ |
56 | -class DateAfter implements RuleInterface |
|
57 | -{ |
|
56 | +class DateAfter implements RuleInterface { |
|
58 | 57 | /** |
59 | 58 | * The date to compare against |
60 | 59 | * @var string |
@@ -72,8 +71,7 @@ discard block |
||
72 | 71 | * @param string $date the date format |
73 | 72 | * @param bool $include |
74 | 73 | */ |
75 | - public function __construct(string $date, bool $include = false) |
|
76 | - { |
|
74 | + public function __construct(string $date, bool $include = false) { |
|
77 | 75 | $this->date = $date; |
78 | 76 | $this->include = $include; |
79 | 77 | } |