Update usage_documentation.txt

cleanup
This commit is contained in:
Lukas Kremsmayr 2017-05-08 15:06:38 +02:00 committed by GitHub
parent 697d85f0f2
commit 6bb342f26e

View File

@ -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
##php code end