@@ -12,11 +12,11 @@ discard block |
||
12 | 12 | |
13 | 13 | interface module_interface |
14 | 14 | { |
15 | - /** |
|
16 | - * Get a language key for this specific module. |
|
17 | - * @return string |
|
18 | - */ |
|
19 | - public function get_translatable_name(); |
|
15 | + /** |
|
16 | + * Get a language key for this specific module. |
|
17 | + * @return string |
|
18 | + */ |
|
19 | + public function get_translatable_name(); |
|
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Return if this module is enabled by the admin |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * Do the actual registration of a new security key. |
98 | 98 | * |
99 | 99 | * @return boolean Result of the registration. |
100 | - * @throws BadRequestHttpException |
|
100 | + * @throws BadRequestHttpException |
|
101 | 101 | */ |
102 | 102 | public function register(); |
103 | 103 |