Completed
Push — master ( 6663f2...34857d )
by Kamil
02:42
created
src/Channel-Socket/Socket.php 1 patch
Braces   +8 added lines, -4 removed lines patch added patch discarded remove patch
@@ -654,9 +654,11 @@  discard block
 block discarded – undo
654 654
             }
655 655
         }
656 656
         catch (Error $ex)
657
-        {}
657
+        {
658
+}
658 659
         catch (Exception $ex)
659
-        {}
660
+        {
661
+}
660 662
 
661 663
         if ($ex !== null)
662 664
         {
@@ -691,9 +693,11 @@  discard block
 block discarded – undo
691 693
             }
692 694
         }
693 695
         catch (Error $ex)
694
-        {}
696
+        {
697
+}
695 698
         catch (Exception $ex)
696
-        {}
699
+        {
700
+}
697 701
 
698 702
         if ($ex !== null)
699 703
         {
Please login to merge, or discard this patch.