Completed
Branch master (55fcd6)
by Armando
03:27 queued 12s
created
src/BotManager.php 1 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.