@@ -38,32 +38,32 @@ |
||
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |
41 | - * Bot icon image URL 36x36px |
|
42 | - * |
|
43 | - * @return string URL of the 36x36px bot icon image |
|
44 | - */ |
|
45 | - public function getIconImage36() |
|
46 | - { |
|
47 | - return $this->data['icons']['image_36']; |
|
48 | - } |
|
41 | + * Bot icon image URL 36x36px |
|
42 | + * |
|
43 | + * @return string URL of the 36x36px bot icon image |
|
44 | + */ |
|
45 | + public function getIconImage36() |
|
46 | + { |
|
47 | + return $this->data['icons']['image_36']; |
|
48 | + } |
|
49 | 49 | |
50 | - /** |
|
51 | - * Bot icon image URL 48x48px |
|
52 | - * |
|
53 | - * @return string URL of the 48x48px bot icon image |
|
54 | - */ |
|
55 | - public function getIconImage48() |
|
56 | - { |
|
57 | - return $this->data['icons']['image_48']; |
|
58 | - } |
|
50 | + /** |
|
51 | + * Bot icon image URL 48x48px |
|
52 | + * |
|
53 | + * @return string URL of the 48x48px bot icon image |
|
54 | + */ |
|
55 | + public function getIconImage48() |
|
56 | + { |
|
57 | + return $this->data['icons']['image_48']; |
|
58 | + } |
|
59 | 59 | |
60 | - /** |
|
61 | - * Bot icon image URL 72x72px |
|
62 | - * |
|
63 | - * @return string URL of the 72x72px bot icon image |
|
64 | - */ |
|
65 | - public function getIconImage72() |
|
66 | - { |
|
67 | - return $this->data['icons']['image_72']; |
|
68 | - } |
|
60 | + /** |
|
61 | + * Bot icon image URL 72x72px |
|
62 | + * |
|
63 | + * @return string URL of the 72x72px bot icon image |
|
64 | + */ |
|
65 | + public function getIconImage72() |
|
66 | + { |
|
67 | + return $this->data['icons']['image_72']; |
|
68 | + } |
|
69 | 69 | } |