Completed
Pull Request — master (#28)
by Matt
02:49
created
core/tools/remove_bbcodes.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
 	 * Is the message s9e formatted
164 164
 	 *
165 165
 	 * @param string $message Message text
166
-	 * @return bool True if message is s9e formatted, false otherwise
166
+	 * @return integer True if message is s9e formatted, false otherwise
167 167
 	 */
168 168
 	protected function s9e_format($message)
169 169
 	{
Please login to merge, or discard this patch.
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/tools/base.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/tools/manager.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/tools/remove_bbcodes_legacy.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/tools/remove_markup.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/tools/tool_interface.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2016 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2016 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core\tools;
12 12
 
Please login to merge, or discard this patch.
core/trim_tools.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- *
4
- * Topic Preview
5
- *
6
- * @copyright (c) 2014 Matt Friedman
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- */
3
+	 *
4
+	 * Topic Preview
5
+	 *
6
+	 * @copyright (c) 2014 Matt Friedman
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 */
10 10
 
11 11
 namespace vse\topicpreview\core;
12 12
 
Please login to merge, or discard this patch.