From 2c937f822168f301dac16eb2eb46924faf3bb031 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 18 Jan 2020 09:06:51 +0530 Subject: [PATCH] chore: fixed php coding standard --- 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 2bfa4e3c00..89dde432f1 100644 --- a/src/Auth/OAuth.php +++ b/src/Auth/OAuth.php @@ -103,7 +103,7 @@ abstract class OAuth /** * @return array */ - protected function getScopes(){ + protected function getScopes():array{ return $this->scopes; }