Completed
Push — master ( ffcdb8...9b7cb4 )
by Bryan
05:48
created
event/main_listener.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/tr/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.
migrations/v20x/initial_install.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the phpBB Topic Solved extension package.
4
- * Added by zouloufr
5
- *
6
- * @copyright (c) Bryan Petty
7
- * @license GNU General Public License, version 2 (GPL-2.0)
8
- *
9
- * @package tierra/topicsolved/migrations/v20x
10
- */
3
+	 * This file is part of the phpBB Topic Solved extension package.
4
+	 * Added by zouloufr
5
+	 *
6
+	 * @copyright (c) Bryan Petty
7
+	 * @license GNU General Public License, version 2 (GPL-2.0)
8
+	 *
9
+	 * @package tierra/topicsolved/migrations/v20x
10
+	 */
11 11
 
12 12
 namespace tierra\topicsolved\migrations\v20x;
13 13
 
Please login to merge, or discard this patch.
tests/controller/main_controller_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/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/tests/controller
9
+	 */
10 10
 
11 11
 namespace tierra\topicsolved\tests\controller;
12 12
 
Please login to merge, or discard this patch.
tests/event/main_listener_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/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/functional/functional_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/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.
tests/topicsolved_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.
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
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.
travis/check-coverage.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/travis
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/travis
9
+	 */
10 10
 
11 11
 const MINIMUM_COVERAGE = 90.0;
12 12
 
Please login to merge, or discard this patch.