@@ -1,10 +1,10 @@ |
||
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 |
@@ -260,10 +260,10 @@ |
||
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 |
@@ -1,8 +1,8 @@ |
||
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 |