Completed
Branch master (0179e6)
by Bastian
03:37
created
code/BugherdHeroTool.php 1 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.