Passed
Push — master ( 6e0c24...4e277b )
by Cesar
03:39
created
src/Service/Paypal/PaymentService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      * @param string $orderId
31 31
      * @return object|array
32 32
      */
33
-    public function capturePayment(string $orderId):  object|array
33
+    public function capturePayment(string $orderId):  object | array
34 34
     {
35 35
         try {
36 36
             $request = new OrdersCaptureRequest($orderId);
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * @param array $headers
55 55
      * @return object|array
56 56
      */
57
-    public function createOrder(string $body, array $headers = []): object|array
57
+    public function createOrder(string $body, array $headers = []): object | array
58 58
     {
59 59
         try {
60 60
             $request = new OrdersCreateRequest();
Please login to merge, or discard this patch.