Passed
Push — develop ( 58cba6...dd1d01 )
by nguereza
12:49
created
src/Rule/DateAfter.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.