@@ -16,7 +16,7 @@ |
||
16 | 16 | public function __construct(string $timeAfter, ?Utilities\Time $timeUtility = null) |
17 | 17 | { |
18 | 18 | $this->timeUtility = $timeUtility ?? new Utilities\Time(); |
19 | - $this->timeAfter = $this->timeUtility->getImmutableDateTime($timeAfter); |
|
19 | + $this->timeAfter = $this->timeUtility->getImmutableDateTime($timeAfter); |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | public function getValue() |
@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
25 | 25 | { |
26 | - return $this->requestorHasMatchingId( $this->ipAddress, $requestor ); |
|
26 | + return $this->requestorHasMatchingId($this->ipAddress, $requestor); |
|
27 | 27 | } |
28 | 28 | } |