More CS fixer changes

This commit is contained in:
Alex Bilbie
2014-05-03 10:53:57 +01:00
parent 97e7a00bca
commit ed7f5370ca
14 changed files with 50 additions and 71 deletions

View File

@@ -25,8 +25,8 @@ interface ScopeInterface
* SELECT * FROM oauth_scopes WHERE scope = :scope
* </code>
*
* @param string $scope The scope
* @param string $grantType The grant type used in the request (default = "null")
* @param string $scope The scope
* @param string $grantType The grant type used in the request (default = "null")
* @return \League\OAuth2\Server\Entity\ScopeEntity
*/
public function get($scope, $grantType = null);