From 6cb41256fca287bae28dd3ec9cdb919a4ba099e1 Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Tue, 12 Jan 2016 16:29:23 +0000 Subject: [PATCH] Typo in docblock. Not a huge change, but was rooting around looking for something and saw it. OCD problems! :) --- src/Authorizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authorizer.php b/src/Authorizer.php index 4dcc8495..f0e4796c 100644 --- a/src/Authorizer.php +++ b/src/Authorizer.php @@ -187,7 +187,7 @@ public function authCodeRequestDeniedRedirectUri() } /** - * get the RedirectUri generator instance. + * Get the RedirectUri generator instance. * * @return RedirectUri */