for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sludio\HelperBundle\Oauth\Client\Provider\Custom;
use League\OAuth2\Client\Token\AccessToken;
use Sludio\HelperBundle\Oauth\Client\OAuth2Client;
class CustomClient extends OAuth2Client
{
}