@@ -242,7 +242,7 @@ |
||
242 | 242 | /** |
243 | 243 | * Loop the getUpdates method for the passed amount of seconds. |
244 | 244 | * |
245 | - * @param $loop_time_in_seconds int |
|
245 | + * @param integer $loop_time_in_seconds int |
|
246 | 246 | */ |
247 | 247 | public function handleGetUpdatesLoop($loop_time_in_seconds) |
248 | 248 | { |
@@ -42,13 +42,13 @@ |
||
42 | 42 | public $webhook; |
43 | 43 | public $selfcrt; |
44 | 44 | |
45 | - /** |
|
46 | - * BotManager constructor that assigns all necessary member variables. |
|
47 | - * |
|
48 | - * @param array $vars |
|
49 | - * |
|
50 | - * @throws \Exception |
|
51 | - */ |
|
45 | + /** |
|
46 | + * BotManager constructor that assigns all necessary member variables. |
|
47 | + * |
|
48 | + * @param array $vars |
|
49 | + * |
|
50 | + * @throws \Exception |
|
51 | + */ |
|
52 | 52 | public function __construct(array $vars) |
53 | 53 | { |
54 | 54 | if (!isset($vars['api_key'], $vars['botname'], $vars['secret'])) { |