forked from LiveCarta/PayPal-PHP-SDK
[PSR] Fixed Samples
- Using `php-cs-fixer` tool.
This commit is contained in:
@@ -38,7 +38,6 @@ class OauthHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
'clientSecret'
|
||||
)
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
public function modeProvider()
|
||||
@@ -67,6 +66,4 @@ class OauthHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
$this->handler = new OauthHandler($this->apiContext);
|
||||
$this->handler->handle($this->httpConfig, null, $this->config);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user