@@ -30,9 +30,9 @@ |
||
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]; |