Completed
Push — 3.2.x ( 459788...1d4b9d )
by Erwan
05:09
created
textreparser/plugins/link_description.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -16,19 +16,19 @@  discard block
 block discarded – undo
16 16
 	protected $dir_link_table;
17 17
 
18 18
 	/**
19
-	* Set the directory links database table name
20
-	*
21
-	* @param	string	$dir_link_table
22
-	* @return	null
23
-	*/
19
+	 * Set the directory links database table name
20
+	 *
21
+	 * @param	string	$dir_link_table
22
+	 * @return	null
23
+	 */
24 24
 	public function set_table_name($dir_link_table)
25 25
 	{
26 26
 		$this->dir_link_table = $dir_link_table;
27 27
 	}
28 28
 
29 29
 	/**
30
-	* {@inheritdoc}
31
-	*/
30
+	 * {@inheritdoc}
31
+	 */
32 32
 	public function get_columns()
33 33
 	{
34 34
 		return array(
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
 	}
41 41
 
42 42
 	/**
43
-	* {@inheritdoc}
44
-	*/
43
+	 * {@inheritdoc}
44
+	 */
45 45
 	public function get_table_name()
46 46
 	{
47 47
 		return $this->dir_link_table;
Please login to merge, or discard this patch.