From 6bb342f26e18ee1b8836fdadffa82f8e4d6c3a49 Mon Sep 17 00:00:00 2001 From: Lukas Kremsmayr Date: Mon, 8 May 2017 15:06:38 +0200 Subject: [PATCH] Update usage_documentation.txt cleanup --- core/Communication/usage_documentation.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Communication/usage_documentation.txt b/core/Communication/usage_documentation.txt index 590b8d5a..3b8785cd 100644 --- a/core/Communication/usage_documentation.txt +++ b/core/Communication/usage_documentation.txt @@ -24,8 +24,8 @@ Sample ManiaControl Implementation (for ManiaControl to ManiaControl connections //Callee Side $this->maniaControl->getCommunicationManager()->registerCommunicationListener(CommunicationMethods::GET_SERVER_CHAT, $this, function ($data) { - return new CommunicationAnswer($this->chatBuffer); - }); + return new CommunicationAnswer($this->chatBuffer); + }); ##php code end Sample Web Implementation (to call ManiaControl from a website) @@ -59,4 +59,4 @@ Sample Web Implementation (to call ManiaControl from a website) //Close the Socket fclose($socket); -##php code end \ No newline at end of file +##php code end