Completed
Push — 2.0-dev ( 12bc3d...96d101 )
by Michael
06:20
created
src/Client.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Part of the Joomla Framework OAuth1 Package
4
- *
5
- * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
6
- * @license    GNU General Public License version 2 or later; see LICENSE
7
- */
3
+	 * Part of the Joomla Framework OAuth1 Package
4
+	 *
5
+	 * @copyright  Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
6
+	 * @license    GNU General Public License version 2 or later; see LICENSE
7
+	 */
8 8
 
9 9
 namespace Joomla\Oauth1;
10 10
 
Please login to merge, or discard this patch.
Tests/ClientTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -260,10 +260,10 @@
 block discarded – undo
260 260
 	}
261 261
 
262 262
 	/**
263
-	* Provides test data.
264
-	*
265
-	* @return  array
266
-	*/
263
+	 * Provides test data.
264
+	 *
265
+	 * @return  array
266
+	 */
267 267
 	public function seedOauthRequest()
268 268
 	{
269 269
 		// Method
Please login to merge, or discard this patch.
Tests/Stub/TestClient.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.