Completed
Push — 3.2.x ( 0c5ab2...60aedb )
by Erwan
03:01
created
textreparser/plugins/cat_description.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 cat_description extends \phpbb\textreparser\row_based_plugin
14 14
 {
15 15
 	/**
16
-	* {@inheritdoc}
17
-	*/
16
+	 * {@inheritdoc}
17
+	 */
18 18
 	public function get_columns()
19 19
 	{
20 20
 		return array(
@@ -26,8 +26,8 @@  discard block
 block discarded – undo
26 26
 	}
27 27
 
28 28
 	/**
29
-	* {@inheritdoc}
30
-	*/
29
+	 * {@inheritdoc}
30
+	 */
31 31
 	protected function get_records_by_range_query($min_id, $max_id)
32 32
 	{
33 33
 		$columns = $this->get_columns();
Please login to merge, or discard this patch.
textreparser/plugins/link_description.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 cat_description extends \phpbb\textreparser\row_based_plugin
14 14
 {
15 15
 	/**
16
-	* {@inheritdoc}
17
-	*/
16
+	 * {@inheritdoc}
17
+	 */
18 18
 	public function get_columns()
19 19
 	{
20 20
 		return array(
@@ -26,8 +26,8 @@  discard block
 block discarded – undo
26 26
 	}
27 27
 
28 28
 	/**
29
-	* {@inheritdoc}
30
-	*/
29
+	 * {@inheritdoc}
30
+	 */
31 31
 	protected function get_records_by_range_query($min_id, $max_id)
32 32
 	{
33 33
 		$columns = $this->get_columns();
Please login to merge, or discard this patch.