diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index a8b18e43a..1640a5329 100644 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -34,7 +34,6 @@ interface SocketInterface * @param int $port Port * * @since 1.0.0 - * @author Dennis Eichhorn */ public function create(string $ip, int $port); @@ -42,7 +41,6 @@ interface SocketInterface * Close socket. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function close(); @@ -50,7 +48,6 @@ interface SocketInterface * Run socket. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function run(); }