Completed
Push — master ( fd56f1...24c135 )
by Cesar
01:28
created
src/Controller/Paypal/PaymentsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function payments(string $action)
32 32
     {
33
-        return $this->render('paypal/payments/'. $action .'.html.twig');
33
+        return $this->render('paypal/payments/' . $action . '.html.twig');
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.
src/Service/Paypal/BillingAgreementService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
36 36
             curl_close($ch);
37 37
         } catch (Exception $e) {
38
-            $this->logger->error('Error on PayPal::'.$url.' = ' . $e->getMessage());
38
+            $this->logger->error('Error on PayPal::' . $url . ' = ' . $e->getMessage());
39 39
             return null;
40 40
         }
41 41
         return ([
Please login to merge, or discard this patch.