Completed
Branch master (55fcd6)
by Armando
03:27 queued 12s
created
src/BotManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -42,13 +42,13 @@
 block discarded – undo
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'])) {
Please login to merge, or discard this patch.