Passed
Push — master ( 90c451...da4653 )
by Martin
05:22
created
app/Http/Requests/PayTickets.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
     public function rules()
25 25
     {
26 26
         $filter = 'in:';
27
-        if(config('paymentprovider.sofortConfigKey')) {
27
+        if (config('paymentprovider.sofortConfigKey')) {
28 28
             $filter .= 'Klarna,';
29 29
         }
30
-        if(config('paymentprovider.payPalClientSecret')) {
30
+        if (config('paymentprovider.payPalClientSecret')) {
31 31
             $filter .= 'PayPal,';
32 32
         }
33 33
         return [
Please login to merge, or discard this patch.