Passed
Push — master ( 83603b...b4e552 )
by y
01:30
created
src/AbstractServer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,7 @@
 block discarded – undo
17 17
     public function __toString () {
18 18
         try {
19 19
             return implode(':', $this->getSockName());
20
-        }
21
-        catch (\Exception $exception) {
20
+        } catch (\Exception $exception) {
22 21
             return ':';
23 22
         }
24 23
     }
Please login to merge, or discard this patch.