Completed
Push — master ( afe9c9...809437 )
by Bryan
11:54 queued 09:29
created
tests/event/event_test_case.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/tests/event
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/tests/event
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved\tests\event;
12 12
 
Please login to merge, or discard this patch.
tests/ext_test.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/tests
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/tests
9
+	 */
10 10
 namespace tierra\topicsolved\tests;
11 11
 
12 12
 use tierra\topicsolved\topicsolved;
Please login to merge, or discard this patch.
tests/functional/acp_forums_test.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/tests/functional
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/tests/functional
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved\tests\functional;
12 12
 
Please login to merge, or discard this patch.
ext.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved;
12 12
 
Please login to merge, or discard this patch.
controller/main_controller.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/controller
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/controller
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved\controller;
12 12
 
Please login to merge, or discard this patch.
language/es/common.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/language
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/language
9
+	 */
10 10
 
11 11
 if (!defined('IN_PHPBB'))
12 12
 {
Please login to merge, or discard this patch.
event/acp_forums.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/event
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/event
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved\event;
12 12
 
Please login to merge, or discard this patch.
language/fi/common.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/language
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/language
9
+	 */
10 10
 
11 11
 if (!defined('IN_PHPBB'))
12 12
 {
Please login to merge, or discard this patch.
language/fi/info_acp_topicsolved.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
- * This file is part of the phpBB Topic Solved extension package.
4
- *
5
- * @copyright (c) Bryan Petty
6
- * @license GNU General Public License, version 2 (GPL-2.0)
7
- *
8
- * @package tierra/topicsolved/language
9
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 *
5
+	 * @copyright (c) Bryan Petty
6
+	 * @license GNU General Public License, version 2 (GPL-2.0)
7
+	 *
8
+	 * @package tierra/topicsolved/language
9
+	 */
10 10
 
11 11
 if (!defined('IN_PHPBB'))
12 12
 {
Please login to merge, or discard this patch.