Completed
Push — master ( 0326f5...bed48d )
by Kamil
02:37
created
src/Socket/SocketListener.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -477,9 +477,11 @@
 block discarded – undo
477 477
             $this->emit('connect', [ $this, $client ]);
478 478
         }
479 479
         catch (Error $ex)
480
-        {}
480
+        {
481
+}
481 482
         catch (Exception $ex)
482
-        {}
483
+        {
484
+}
483 485
 
484 486
         if ($ex !== null)
485 487
         {
Please login to merge, or discard this patch.
src/Socket/Socket.php 1 patch
Braces   +12 added lines, -6 removed lines patch added patch discarded remove patch
@@ -347,9 +347,11 @@  discard block
 block discarded – undo
347 347
             }
348 348
         }
349 349
         catch (Error $ex)
350
-        {}
350
+        {
351
+}
351 352
         catch (Exception $ex)
352
-        {}
353
+        {
354
+}
353 355
 
354 356
         if ($ex !== null)
355 357
         {
@@ -383,9 +385,11 @@  discard block
 block discarded – undo
383 385
             }
384 386
         }
385 387
         catch (Error $ex)
386
-        {}
388
+        {
389
+}
387 390
         catch (Exception $ex)
388
-        {}
391
+        {
392
+}
389 393
 
390 394
         if ($ex !== null)
391 395
         {
@@ -407,9 +411,11 @@  discard block
 block discarded – undo
407 411
             parent::handleWrite();
408 412
         }
409 413
         catch (Error $ex)
410
-        {}
414
+        {
415
+}
411 416
         catch (Exception $ex)
412
-        {}
417
+        {
418
+}
413 419
 
414 420
         if ($ex !== null)
415 421
         {
Please login to merge, or discard this patch.