From dc9c1a10234bab396592f62f41131d80006819fc Mon Sep 17 00:00:00 2001 From: Sephster Date: Mon, 13 Nov 2017 23:59:55 +0000 Subject: [PATCH] Remove blank line to keep code consistent --- tests/Grant/AuthCodeGrantTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Grant/AuthCodeGrantTest.php b/tests/Grant/AuthCodeGrantTest.php index 6b06fe37..0e24d120 100644 --- a/tests/Grant/AuthCodeGrantTest.php +++ b/tests/Grant/AuthCodeGrantTest.php @@ -27,7 +27,6 @@ use Zend\Diactoros\ServerRequest; class AuthCodeGrantTest extends TestCase { - const DEFAULT_SCOPE = 'basic'; /**