Completed
Push — master ( 247a33...afe9c9 )
by Bryan
10:57
created
language/de_x_sie/info_acp_topicsolved.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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
- *
10
- * Deutsche Übersetzung von: Luke (www.wcsaga.org)
11
- *
12
- */
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
+	 * Deutsche Übersetzung von: Luke (www.wcsaga.org)
11
+	 *
12
+	 */
13 13
 
14 14
 if (!defined('IN_PHPBB'))
15 15
 {
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.
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/acp_forums_test.php 2 patches
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 			array($this->acp_forums, 'acp_manage_forums_initialise_data'),
99 99
 			array('forum_data' => array(), 'action' => 'add')
100 100
 		);
101
-		foreach($setting_keys as $key)
101
+		foreach ($setting_keys as $key)
102 102
 		{
103 103
 			$this->assertArrayHasKey($key, $data['forum_data']);
104 104
 		}
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
 			array($this->acp_forums, 'acp_manage_forums_initialise_data'),
109 109
 			array('forum_data' => array(), 'action' => 'add', 'update' => true)
110 110
 		);
111
-		foreach($setting_keys as $key)
111
+		foreach ($setting_keys as $key)
112 112
 		{
113 113
 			$this->assertArrayNotHasKey($key, $data['forum_data']);
114 114
 		}
@@ -169,11 +169,11 @@  discard block
 block discarded – undo
169 169
 			)
170 170
 		);
171 171
 
172
-		$this->assertEquals($allow_solve[1],   $data['template_data']['S_FORUM_ALLOW_SOLVE']);
172
+		$this->assertEquals($allow_solve[1], $data['template_data']['S_FORUM_ALLOW_SOLVE']);
173 173
 		$this->assertEquals($allow_unsolve[1], $data['template_data']['S_FORUM_ALLOW_UNSOLVE']);
174
-		$this->assertEquals($lock_solved[1],   $data['template_data']['S_FORUM_LOCK_SOLVED']);
175
-		$this->assertEquals($solve_text[1],    $data['template_data']['FORUM_SOLVE_TEXT']);
176
-		$this->assertEquals($solve_color[1],   $data['template_data']['FORUM_SOLVE_COLOUR']);
174
+		$this->assertEquals($lock_solved[1], $data['template_data']['S_FORUM_LOCK_SOLVED']);
175
+		$this->assertEquals($solve_text[1], $data['template_data']['FORUM_SOLVE_TEXT']);
176
+		$this->assertEquals($solve_color[1], $data['template_data']['FORUM_SOLVE_COLOUR']);
177 177
 
178 178
 		$this->assertEquals('test', $data['template_data']['OUTSIDE_VALUE']);
179 179
 	}
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
 			array('forum_data' => array())
193 193
 		);
194 194
 
195
-		foreach($setting_keys as $key)
195
+		foreach ($setting_keys as $key)
196 196
 		{
197 197
 			$this->assertArrayHasKey($key, $data['forum_data']);
198 198
 		}
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
- * 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/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.