Completed
Branch master (0179e6)
by Bastian
03:37
created
code/BugherdHeroTool.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * Function which loads the bugherd template into the Website
39
-    */
39
+     */
40 40
     public function onAfterInit()
41 41
     {
42 42
         $project_key = $this->getProjectKey();
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@  discard block
 block discarded – undo
6 6
      */
7 7
     public function getProjectKey()
8 8
     {
9
-        $return =  Config::inst()->get('BugherdHeroTool', 'project_key');
9
+        $return = Config::inst()->get('BugherdHeroTool', 'project_key');
10 10
         if ($return == '') {
11
-            $return =  false;
11
+            $return = false;
12 12
         }
13 13
         return $return;
14 14
     }
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
         $return = Config::inst()->get('BugherdHeroTool', 'environment_type');
19 19
 
20 20
         if ($return == '') {
21
-            $return =  'dev';
21
+            $return = 'dev';
22 22
         }
23 23
         return $return;
24 24
     }
Please login to merge, or discard this patch.