Completed
Push — main ( 988d31...2e4b54 )
by Andreas
13s queued 12s
created
src/ObservanceDecorator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.