1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

chore: fixed php coding standard

This commit is contained in:
Christy Jacob 2020-01-18 09:06:51 +05:30
parent b51e061c56
commit 2c937f8221

View file

@ -103,7 +103,7 @@ abstract class OAuth
/** /**
* @return array * @return array
*/ */
protected function getScopes(){ protected function getScopes():array{
return $this->scopes; return $this->scopes;
} }