Completed
Push — master ( 4e5e31...e8f514 )
by Matt
02:38
created
core/trim/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/trim/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/trim/tools/remove_bbcodes.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/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/trim/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/trim/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/trim.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.