mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fixed php coding standard
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ abstract class OAuth
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
protected function getScopes(){
|
||||
protected function getScopes():array{
|
||||
return $this->scopes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user