From 115237bc1a16d190ddb5f186ffa3d3a9e877b1e6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 24 Mar 2016 10:04:48 +0000 Subject: [PATCH] Added missing return statement --- src/Grant/ImplicitGrant.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Grant/ImplicitGrant.php b/src/Grant/ImplicitGrant.php index f932730d..eaab499d 100644 --- a/src/Grant/ImplicitGrant.php +++ b/src/Grant/ImplicitGrant.php @@ -209,6 +209,8 @@ class ImplicitGrant extends AbstractAuthorizeGrant '#' ) ); + + return $response; } // The user denied the client, redirect them back with an error