From ce8248c10f56115fed3b8445a45fc09460e1c3c6 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 6 Nov 2017 22:56:54 +0000 Subject: [PATCH] Remove erroneous character --- tests/Grant/AuthCodeGrantTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Grant/AuthCodeGrantTest.php b/tests/Grant/AuthCodeGrantTest.php index 395d1ace..ebfd4878 100644 --- a/tests/Grant/AuthCodeGrantTest.php +++ b/tests/Grant/AuthCodeGrantTest.php @@ -1671,7 +1671,7 @@ class AuthCodeGrantTest extends \PHPUnit_Framework_TestCase /** * @expectedException \League\OAuth2\Server\Exception\OAuthServerException -+ * @expectedExceptionCode 5 + * @expectedExceptionCode 5 */ public function testValidateAuthorizationRequestFailsWithoutScope() {