From 97484eea6a5d6005bb6c924dae2b9b9e4ceca107 Mon Sep 17 00:00:00 2001 From: lapause Date: Wed, 20 Mar 2013 15:55:42 +0100 Subject: [PATCH] Typo correction in inline doc --- src/OAuth2/AuthServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OAuth2/AuthServer.php b/src/OAuth2/AuthServer.php index 97a46274..2d72bdd5 100644 --- a/src/OAuth2/AuthServer.php +++ b/src/OAuth2/AuthServer.php @@ -403,7 +403,7 @@ class AuthServer /** * Get a parameter from passed input parameters or the Request class - * @param string|array $param Requried parameter + * @param string|array $param Required parameter * @param string $method Get/put/post/delete * @param array $inputParams Passed input parameters * @return mixed 'Null' if parameter is missing