Completed
Pull Request — master (#6)
by Paul
04:01 queued 02:23
created
helper/session_helper.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -213,14 +213,14 @@
 block discarded – undo
213 213
 		return $this->user_array[$user_id];
214 214
 	}
215 215
 
216
-    /**
217
-     * @param int $user_id
218
-     * @param bool $admin
219
-     * @param bool $auto_login
220
-     * @param bool $viewonline
221
-     * @param string $redirect
222
-     * @throws \Exception
223
-     */
216
+	/**
217
+	 * @param int $user_id
218
+	 * @param bool $admin
219
+	 * @param bool $auto_login
220
+	 * @param bool $viewonline
221
+	 * @param string $redirect
222
+	 * @throws \Exception
223
+	 */
224 224
 	public function generate_page($user_id, $admin, $auto_login, $viewonline, $redirect)
225 225
 	{
226 226
 		$this->user->add_lang_ext('paul999/tfa', 'common');
Please login to merge, or discard this patch.
migrations/version_003.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 	static public function depends_on()
16 16
 	{
17 17
 		return array(
18
-            '\phpbb\db\migration\data\v320\v320',
18
+			'\phpbb\db\migration\data\v320\v320',
19 19
 			'\paul999\tfa\migrations\version_003',
20 20
 		);
21 21
 	}
Please login to merge, or discard this patch.
language/en/acp_tfa.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 		'ACP_TFA_SETTINGS'			=> 'Two factor authentication settings',
43 43
 
44 44
 		// As we are re-using the acp_board template, we can't add custom stuff to that page.
45
-        // As such, we do need to have some HTML here :(.
45
+		// As such, we do need to have some HTML here :(.
46 46
 		'ACP_TFA_SETTINGS_EXPLAIN'	=> 'Here you can set the configuration for two factor settings.
47 47
 										The suggested configuration option for the requirement is or do not require Two factor authentication,
48 48
 										or only require it for the ACP login. <br /><br />
Please login to merge, or discard this patch.