Completed
Push — master ( d5d4d8...907ac0 )
by angel
03:27
created
src/BofhExcuses.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,11 +33,11 @@
 block discarded – undo
33 33
     const HTTP_URL = 'http://bofhcalendar.com/api.php';    
34 34
 
35 35
     /**
36
-    * Retorna una excusa bofh
37
-    * @return string Retorna una excusa bofh
38
-    */
36
+     * Retorna una excusa bofh
37
+     * @return string Retorna una excusa bofh
38
+     */
39 39
     public static function bofhExcuses()
40 40
     {         
41
-         return file_get_contents(self::HTTP_URL);
41
+            return file_get_contents(self::HTTP_URL);
42 42
     } 
43 43
 }
Please login to merge, or discard this patch.