Passed
Push — master ( a383a5...8bc95e )
by
unknown
02:43 queued 12s
created
Model/Entities/ApiLog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         if ($sRequest) {
104 104
             try {
105 105
                 $aRequest = unserialize($sRequest);
106
-            } catch(\Exception $exc) {
106
+            } catch (\Exception $exc) {
107 107
                 if ($this->toolkitHelper->isUTF8($sRequest)) {
108 108
                     $aRequest = unserialize(utf8_decode($sRequest));
109 109
                 }
Please login to merge, or discard this patch.
Model/Entities/TransactionStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         if ($sRequest) {
104 104
             try {
105 105
                 $aRequest = unserialize($sRequest);
106
-            } catch(\Exception $exc) {
106
+            } catch (\Exception $exc) {
107 107
                 if ($this->toolkitHelper->isUTF8($sRequest)) {
108 108
                     $aRequest = unserialize(utf8_decode($sRequest));
109 109
                 }
Please login to merge, or discard this patch.