Passed
Pull Request — master (#413)
by
unknown
02:34
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
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         if ($sRequest) {
106 106
             try {
107 107
                 $aRequest = unserialize($sRequest);
108
-            } catch(\Exception $exc) {
108
+            } catch (\Exception $exc) {
109 109
                 if ($this->toolkitHelper->isUTF8($sRequest)) {
110 110
                     $aRequest = unserialize(utf8_decode($sRequest));
111 111
                 }
Please login to merge, or discard this patch.