@@ -26,6 +26,6 @@ |
||
26 | 26 | |
27 | 27 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
28 | 28 | { |
29 | - return $this->requestorHasMatchingId( $this->userId, $requestor ); |
|
29 | + return $this->requestorHasMatchingId($this->userId, $requestor); |
|
30 | 30 | } |
31 | 31 | } |
@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | protected function requestorHasMatchingId( |
60 | 60 | Identification\IdentificationInterface $identification, |
61 | - ?RequestorInterface $requestor = null |
|
61 | + ?RequestorInterface $requestor = null |
|
62 | 62 | ): bool { |
63 | 63 | if (!$requestor) { |
64 | 64 | return false; |
@@ -19,6 +19,6 @@ |
||
19 | 19 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
20 | 20 | { |
21 | 21 | return ($this->randomizer->generateRangedRandomInt(1, 100) |
22 | - === $this->randomizer->generateRangedRandomInt(1, 100)); |
|
22 | + === $this->randomizer->generateRangedRandomInt(1, 100)); |
|
23 | 23 | } |
24 | 24 | } |
@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
25 | 25 | { |
26 | - return $this->requestorHasMatchingId( $this->hash, $requestor ); |
|
26 | + return $this->requestorHasMatchingId($this->hash, $requestor); |
|
27 | 27 | } |
28 | 28 | } |
@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
25 | 25 | { |
26 | - return $this->requestorHasMatchingId( $this->environment, $requestor ); |
|
26 | + return $this->requestorHasMatchingId($this->environment, $requestor); |
|
27 | 27 | } |
28 | 28 | } |
@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
25 | 25 | { |
26 | - return $this->requestorHasMatchingId( $this->pipedComposite, $requestor ); |
|
26 | + return $this->requestorHasMatchingId($this->pipedComposite, $requestor); |
|
27 | 27 | } |
28 | 28 | } |
@@ -25,6 +25,6 @@ |
||
25 | 25 | |
26 | 26 | protected function childCanBeSatisfied(?RequestorInterface $requestor = null): bool |
27 | 27 | { |
28 | - return $this->requestorHasMatchingId( $this->header, $requestor ); |
|
28 | + return $this->requestorHasMatchingId($this->header, $requestor); |
|
29 | 29 | } |
30 | 30 | } |
@@ -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 | } |