WebSocketMessageProcessor todo comments.
This commit is contained in:
parent
300dbcb466
commit
4ce5fe0ccb
|
@ -47,16 +47,16 @@ class WebSocketMessageProcessor
|
||||||
|
|
||||||
private function processPost(Message $postData): bool
|
private function processPost(Message $postData): bool
|
||||||
{
|
{
|
||||||
|
// @todo implement
|
||||||
}
|
}
|
||||||
|
|
||||||
private function processComment(Message $commentData): bool
|
private function processComment(Message $commentData): bool
|
||||||
{
|
{
|
||||||
|
// @todo implement
|
||||||
}
|
}
|
||||||
|
|
||||||
private function processRecommendation(Message $recommendData): bool
|
private function processRecommendation(Message $recommendData): bool
|
||||||
{
|
{
|
||||||
|
// @todo implement
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue