1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

chore: corrected function doc

This commit is contained in:
Christy Jacob 2020-01-13 19:43:08 +05:30
parent cda8f27398
commit fe9f79b123

View file

@ -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