Remove erroneous character

This commit is contained in:
Andrew Millington 2017-11-06 22:56:54 +00:00
parent 13be557825
commit ce8248c10f

View File

@ -1671,7 +1671,7 @@ class AuthCodeGrantTest extends \PHPUnit_Framework_TestCase
/** /**
* @expectedException \League\OAuth2\Server\Exception\OAuthServerException * @expectedException \League\OAuth2\Server\Exception\OAuthServerException
+ * @expectedExceptionCode 5 * @expectedExceptionCode 5
*/ */
public function testValidateAuthorizationRequestFailsWithoutScope() public function testValidateAuthorizationRequestFailsWithoutScope()
{ {