@@ -159,7 +159,7 @@ |
||
159 | 159 | } |
160 | 160 | |
161 | 161 | /** |
162 | - * @return array |
|
162 | + * @return MessageEntityArray |
|
163 | 163 | */ |
164 | 164 | public function getEntities() |
165 | 165 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Teebot\Entity; |
4 | 4 | |
5 | -use Teebot\Command\Handler; |
|
6 | -use Teebot\Config; |
|
7 | - |
|
8 | 5 | class Message extends AbstractEntity |
9 | 6 | { |
10 | 7 | const ENTITY_TYPE = 'Message'; |