From 5261ed4b0fe722a6fde86ce8d1a7753d02388689 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 16 Oct 2017 11:29:21 +0200 Subject: [PATCH] Fix author --- Socket/SocketInterface.php | 3 --- 1 file changed, 3 deletions(-) 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(); }