[PSR] Fixed Samples

- Using `php-cs-fixer` tool.
This commit is contained in:
Jay Patel
2016-07-14 13:09:36 -05:00
parent cffa2463b1
commit 8c907803e3
130 changed files with 9 additions and 220 deletions

View File

@@ -44,7 +44,6 @@ class OpenIdSessionTest extends \PHPUnit_Framework_TestCase
*/
public function testLoginUrlForMultipleScopes()
{
$clientId = "AQkquBDf1zctJOWGKWUEtKXm6qVhueUEMvXO_-MCI4DQQ4-LWvkDLIN2fGsd";
$redirectUri = 'https://devtools-paypal.com/';
$scope = array('this', 'that', 'and more');
@@ -69,7 +68,6 @@ class OpenIdSessionTest extends \PHPUnit_Framework_TestCase
*/
public function testLoginWithCustomConfig()
{
$redirectUri = 'http://mywebsite.com';
$scope = array('this', 'that', 'and more');
@@ -84,7 +82,6 @@ class OpenIdSessionTest extends \PHPUnit_Framework_TestCase
*/
public function testLogoutWithCustomConfig()
{
$redirectUri = 'http://mywebsite.com';
$idToken = 'abc';