Completed
Push — master ( ab0a6e...a28d98 )
by Paul
03:42
created
modules/module_interface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.