From fe9f79b123697e44b4ccdb1e37c8470f4a1767be Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 13 Jan 2020 19:43:08 +0530 Subject: [PATCH] chore: corrected function doc --- src/Auth/OAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/OAuth.php b/src/Auth/OAuth.php index 2da7917b9..2bfa4e3c0 100644 --- a/src/Auth/OAuth.php +++ b/src/Auth/OAuth.php @@ -90,7 +90,7 @@ abstract class OAuth /** * @param $scope * - * @return array + * @return $this */ protected function addScope(string $scope):OAuth{ // Add a scope to the scopes array if it isn't already present