Completed
Push — master ( 3bf38f...79c68b )
by Matt
20s queued 11s
created
migrations/v10x/m1_initial_data.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -16,23 +16,23 @@
 block discarded – undo
16 16
 class m1_initial_data extends \phpbb\db\migration\migration
17 17
 {
18 18
 	/**
19
-	* Assign migration file dependencies for this migration
20
-	*
21
-	* @return array Array of migration files
22
-	* @static
23
-	* @access public
24
-	*/
19
+	 * Assign migration file dependencies for this migration
20
+	 *
21
+	 * @return array Array of migration files
22
+	 * @static
23
+	 * @access public
24
+	 */
25 25
 	public static function depends_on()
26 26
 	{
27 27
 		return array('\phpbb\db\migration\data\v310\gold');
28 28
 	}
29 29
 
30 30
 	/**
31
-	* Add Google Analytics data to the database.
32
-	*
33
-	* @return array Array of table data
34
-	* @access public
35
-	*/
31
+	 * Add Google Analytics data to the database.
32
+	 *
33
+	 * @return array Array of table data
34
+	 * @access public
35
+	 */
36 36
 	public function update_data()
37 37
 	{
38 38
 		return array(
Please login to merge, or discard this patch.