@@ -103,7 +103,7 @@ |
||
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 | } |
@@ -103,7 +103,7 @@ |
||
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 | } |