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