@@ -33,11 +33,11 @@ |
||
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 | } |