Passed
Push — php8 ( bfd818...35d813 )
by Donald
02:00
created
test/Unit/Chekote/Phake/Expectation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.