@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | public function dateMatches(DateTimeInterface $date): bool |
43 | 43 | { |
44 | - if (! $this->isWithinObservance((int) $date->format('Y'))) { |
|
44 | + if (!$this->isWithinObservance((int) $date->format('Y'))) { |
|
45 | 45 | return false; |
46 | 46 | } |
47 | 47 |