Passed
Pull Request — main (#9)
by Daryl
02:36
created
src/Interfaces/RequestHandlerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,5 +23,5 @@
 block discarded – undo
23 23
      * @param mixed[] $args
24 24
      * @return mixed[]|Exception
25 25
      */
26
-    public function post(string $endpoint, array $args = []): array|Exception;
26
+    public function post(string $endpoint, array $args = []): array | Exception;
27 27
 }
28 28
\ No newline at end of file
Please login to merge, or discard this patch.