Passed
Push — master ( 8ea373...c0c810 )
by David
06:49
created
Subscriber/Dispatch.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.