Passed
Pull Request — develop (#101)
by
unknown
24:35 queued 09:38
created
src/Transporters/HttpTransporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * {@inheritDoc}
41 41
      */
42
-    public function requestObject(Payload $payload): array|string
42
+    public function requestObject(Payload $payload): array | string
43 43
     {
44 44
         $request = $payload->toRequest($this->baseUri, $this->headers, $this->queryParams);
45 45
 
Please login to merge, or discard this patch.