Line ending

This commit is contained in:
2018-12-19 22:46:20 +00:00
parent ac08723f5f
commit a8c3fa4a00
3 changed files with 29 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<?php
interface MessageHandler
{
public function CanHandle($room_id, $msgid, $message): bool;
public function Handle($room_id, $msgid, $message): string;
<?php
interface MessageHandler
{
public function CanHandle($room_id, $msgid, $message): bool;
public function Handle($room_id, $msgid, $message): string;
}