1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +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 * @param $scope
* *
* @return array * @return $this
*/ */
protected function addScope(string $scope):OAuth{ protected function addScope(string $scope):OAuth{
// Add a scope to the scopes array if it isn't already present // Add a scope to the scopes array if it isn't already present