@@ -86,8 +86,7 @@ |
||
| 86 | 86 | try { |
| 87 | 87 | // workaround for PDOException when trying to serialize PDO instances |
| 88 | 88 | serialize($value); |
| 89 | - } |
|
| 90 | - catch (\Throwable $e) { |
|
| 89 | + } catch (\Throwable $e) { |
|
| 91 | 90 | // as we only need a snapshot for the view, remove the PDO instance |
| 92 | 91 | $value = null; |
| 93 | 92 | } |