From f6294e25c987563823ce5d716be689a6df7e6a34 Mon Sep 17 00:00:00 2001 From: Klein Thomas Date: Sat, 4 Jul 2015 18:38:10 +0200 Subject: [PATCH] Removed special @temporary annotation --- src/Ratchet/WebSocket/WsServerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ratchet/WebSocket/WsServerInterface.php b/src/Ratchet/WebSocket/WsServerInterface.php index 03b0710..15d1f7b 100644 --- a/src/Ratchet/WebSocket/WsServerInterface.php +++ b/src/Ratchet/WebSocket/WsServerInterface.php @@ -8,7 +8,7 @@ interface WsServerInterface { /** * If any component in a stack supports a WebSocket sub-protocol return each supported in an array * @return array - * @temporary This method may be removed in future version (note that will not break code, just make some code obsolete) + * @todo This method may be removed in future version (note that will not break code, just make some code obsolete) */ function getSubProtocols(); }