Completed
Pull Request — master (#46)
by Matt
58:39 queued 23:45
created
migrations/v10x/m9_views_clicks.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -13,16 +13,16 @@  discard block
 block discarded – undo
13 13
 class m9_views_clicks extends \phpbb\db\migration\migration
14 14
 {
15 15
 	/**
16
-	* {@inheritDoc}
17
-	*/
16
+	 * {@inheritDoc}
17
+	 */
18 18
 	public function effectively_installed()
19 19
 	{
20 20
 		return $this->db_tools->sql_column_exists($this->table_prefix . 'ads', 'ad_views');
21 21
 	}
22 22
 
23 23
 	/**
24
-	* {@inheritDoc}
25
-	*/
24
+	 * {@inheritDoc}
25
+	 */
26 26
 	static public function depends_on()
27 27
 	{
28 28
 		return array(
@@ -35,11 +35,11 @@  discard block
 block discarded – undo
35 35
 	}
36 36
 
37 37
 	/**
38
-	* Add the views and clicks to ads table
39
-	*
40
-	* @return array Array of table schema
41
-	* @access public
42
-	*/
38
+	 * Add the views and clicks to ads table
39
+	 *
40
+	 * @return array Array of table schema
41
+	 * @access public
42
+	 */
43 43
 	public function update_schema()
44 44
 	{
45 45
 		return array(
@@ -55,11 +55,11 @@  discard block
 block discarded – undo
55 55
 	}
56 56
 
57 57
 	/**
58
-	* Drop the views and clicks from ads table
59
-	*
60
-	* @return array Array of table schema
61
-	* @access public
62
-	*/
58
+	 * Drop the views and clicks from ads table
59
+	 *
60
+	 * @return array Array of table schema
61
+	 * @access public
62
+	 */
63 63
 	public function revert_schema()
64 64
 	{
65 65
 		return array(
Please login to merge, or discard this patch.