1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +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
*/
protected function getScopes(){
protected function getScopes():array{
return $this->scopes;
}