Completed
Push — master ( 82208b...bb67d0 )
by George
04:43
created
Tests/stubs/ClientInspector.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
4
- * @license    GNU General Public License version 2 or later; see LICENSE
5
- */
3
+	 * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
4
+	 * @license    GNU General Public License version 2 or later; see LICENSE
5
+	 */
6 6
 
7 7
 namespace Joomla\OAuth1\Tests;
8 8
 
Please login to merge, or discard this patch.
Tests/ClientTest.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
4
- * @license    GNU General Public License version 2 or later; see LICENSE
5
- */
3
+	 * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
4
+	 * @license    GNU General Public License version 2 or later; see LICENSE
5
+	 */
6 6
 
7 7
 namespace Joomla\OAuth1\Tests;
8 8
 
@@ -99,12 +99,12 @@  discard block
 block discarded – undo
99 99
 	}
100 100
 
101 101
 	/**
102
-	* Provides test data.
103
-	*
104
-	* @return array
105
-	*
106
-	* @since 1.0
107
-	*/
102
+	 * Provides test data.
103
+	 *
104
+	 * @return array
105
+	 *
106
+	 * @since 1.0
107
+	 */
108 108
 	public function seedAuthenticate()
109 109
 	{
110 110
 		// Token, fail and oauth version.
@@ -258,12 +258,12 @@  discard block
 block discarded – undo
258 258
 	}
259 259
 
260 260
 	/**
261
-	* Provides test data.
262
-	*
263
-	* @return array
264
-	*
265
-	* @since  1.0
266
-	*/
261
+	 * Provides test data.
262
+	 *
263
+	 * @return array
264
+	 *
265
+	 * @since  1.0
266
+	 */
267 267
 	public function seedOauthRequest()
268 268
 	{
269 269
 		// Method
Please login to merge, or discard this patch.