File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
namespace Longman \TelegramBot \Entities \Games ;
12
12
13
+ use Longman \TelegramBot \Entities \Animation ;
13
14
use Longman \TelegramBot \Entities \Entity ;
14
15
use Longman \TelegramBot \Entities \MessageEntity ;
16
+ use Longman \TelegramBot \Entities \PhotoSize ;
15
17
16
18
/**
17
19
* Class Game
@@ -45,7 +47,7 @@ protected function subEntities()
45
47
* This method overrides the default getPhoto method
46
48
* and returns a nice array of PhotoSize objects.
47
49
*
48
- * @return null|PhotoSize[]
50
+ * @return null|\Longman\TelegramBot\Entities\ PhotoSize[]
49
51
*/
50
52
public function getPhoto ()
51
53
{
@@ -60,7 +62,7 @@ public function getPhoto()
60
62
* This method overrides the default getTextEntities method
61
63
* and returns a nice array of MessageEntity objects.
62
64
*
63
- * @return null|MessageEntity[]
65
+ * @return null|\Longman\TelegramBot\Entities\ MessageEntity[]
64
66
*/
65
67
public function getTextEntities ()
66
68
{
Original file line number Diff line number Diff line change 11
11
namespace Longman \TelegramBot \Entities \Games ;
12
12
13
13
use Longman \TelegramBot \Entities \Entity ;
14
+ use Longman \TelegramBot \Entities \User ;
14
15
15
16
/**
16
17
* Class GameHighScore
You can’t perform that action at this time.
0 commit comments