Completed
Push — master ( f8a67c...236bda )
by Philip
03:02
created
src/Valdi/Validator/YoungerThan.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
      */
31 31
     protected $type = 'youngerThan';
32 32
 
33
-     /**
34
-      * {@inheritdoc}
35
-      */
33
+        /**
34
+         * {@inheritdoc}
35
+         */
36 36
     protected function compare(\DateTime $date, array $datetimes, array $parameters) {
37 37
         $now = new \DateTime();
38 38
         return $now->getTimestamp() - $date->getTimestamp() < $parameters[0];
Please login to merge, or discard this patch.