Completed
Push — master ( 1dbcfc...df021a )
by Arthur
02:20
created
src/Components/Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,6 +135,6 @@
 block discarded – undo
135 135
      */
136 136
     public function getUniqueSocketId(): int
137 137
     {
138
-        return (int)$this->socketConnection;
138
+        return (int) $this->socketConnection;
139 139
     }
140 140
 }
Please login to merge, or discard this patch.