Completed
Branch master (1e3863)
by Erwan
03:00
created
acp/main_module.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -462,6 +462,9 @@
 block discarded – undo
462 462
 		}
463 463
 	}
464 464
 
465
+	/**
466
+	 * @return string
467
+	 */
465 468
 	protected function qte_move($attr_row, $action = 'move_up', $steps = 1)
466 469
 	{
467 470
 		global $db, $table_prefix;
Please login to merge, or discard this patch.
ext.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@
 block discarded – undo
14 14
 
15 15
 class ext extends \phpbb\extension\base
16 16
 {
17
-    const VERSION = '2.0.0-a2-dev';
17
+	const VERSION = '2.0.0-a2-dev';
18 18
 
19
-    public function is_enableable()
20
-    {
21
-        $config = $this->container->get('config');
22
-        return phpbb_version_compare($config['version'], '3.1.3-RC1', '>=');
23
-    }
19
+	public function is_enableable()
20
+	{
21
+		$config = $this->container->get('config');
22
+		return phpbb_version_compare($config['version'], '3.1.3-RC1', '>=');
23
+	}
24 24
 }
25 25
\ No newline at end of file
Please login to merge, or discard this patch.