Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-04-17 08:07:03 -04:00
committed by StyleCI Bot
parent 257318e524
commit f765f134c9
11 changed files with 15 additions and 20 deletions
-2
View File
@@ -3,7 +3,6 @@
namespace LeagueTests;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface;
use League\OAuth2\Server\ResourceServer;
@@ -24,5 +23,4 @@ class ResourceServerTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('Missing "Authorization" header', $e->getHint());
}
}
}