Completed
Branch master (1e3863)
by Erwan
03:00
created
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.