Passed
Push — master ( bf8341...afcebc )
by mahdi
02:32
created
src/Drivers/Zibal/Zibal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         $allowedCards = null;
98 98
         if (!empty($details['allowedCards'])) {
99 99
             $allowedCards = $details['allowedCards'];
100
-        } else if(!empty($this->settings->allowedCards)) {
100
+        } else if (!empty($this->settings->allowedCards)) {
101 101
             $allowedCards = $this->settings->allowedCards;
102 102
         }
103 103
 
Please login to merge, or discard this patch.