Completed
Branch 3.2.x (01dc0a)
by Erwan
03:51
created
migrations/v20x/v2_0_0.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@  discard block
 block discarded – undo
13 13
 class v2_0_0 extends \phpbb\db\migration\container_aware_migration
14 14
 {
15 15
 	/**
16
-	* @inheritDoc
17
-	*/
16
+	 * @inheritDoc
17
+	 */
18 18
 	static public function depends_on()
19 19
 	{
20 20
 		return array(
@@ -23,8 +23,8 @@  discard block
 block discarded – undo
23 23
 	}
24 24
 
25 25
 	/**
26
-	* @inheritDoc
27
-	*/
26
+	 * @inheritDoc
27
+	 */
28 28
 	public function update_data()
29 29
 	{
30 30
 		return array(
Please login to merge, or discard this patch.