@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * @throws ExpectationException if args have not been set for the expectation. |
46 | 46 | * @return array|VerifierProxy |
47 | 47 | */ |
48 | - public function verify(): array|VerifierProxy |
|
48 | + public function verify(): array | VerifierProxy |
|
49 | 49 | { |
50 | 50 | if (!isset($this->method)) { |
51 | 51 | throw new ExpectationException('Expectation method was not set'); |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * |
68 | 68 | * @return AnswerBinderProxy|StubberProxy |
69 | 69 | */ |
70 | - public function __call(string $method, array $args): AnswerBinderProxy|StubberProxy |
|
70 | + public function __call(string $method, array $args): AnswerBinderProxy | StubberProxy |
|
71 | 71 | { |
72 | 72 | // record the method and args for verification later |
73 | 73 | $this->method = $method; |