WebSocketMessageProcessor todo comments.

This commit is contained in:
Alexey Skobkin 2019-02-24 02:08:15 +03:00
parent 300dbcb466
commit 4ce5fe0ccb
1 changed files with 3 additions and 3 deletions

View File

@ -47,16 +47,16 @@ class WebSocketMessageProcessor
private function processPost(Message $postData): bool
{
// @todo implement
}
private function processComment(Message $commentData): bool
{
// @todo implement
}
private function processRecommendation(Message $recommendData): bool
{
// @todo implement
}
}