Passed
Push — main ( 3c140b...f1678e )
by smiley
02:52
created
src/TS3Client.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@
 block discarded – undo
64 64
 
65 65
 		try{
66 66
 			$this->socket = fsockopen($this->config->host, $this->config->port);
67
-		}
68
-		catch(Throwable $e){
67
+		} catch(Throwable $e){
69 68
 			throw new TS3ClientException('could not connect: #'.$e->getMessage());
70 69
 		}
71 70
 
Please login to merge, or discard this patch.