Fixing a mistake with a double word

This commit is contained in:
Andrew Millington
2018-04-06 17:55:01 +01:00
committed by GitHub
parent 0da1aefad3
commit 342108e0ec

View File

@@ -10,7 +10,7 @@ permalink: /scope-repository-interface/
This method is called to validate a scope. This method is called to validate a scope.
If the scope is valid validated you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface` If the scope is valid you should return an instance of `\League\OAuth2\Server\Entities\Interfaces\ScopeEntityInterface`
## finalizeScopes() : ScopeEntityInterface[] ## finalizeScopes() : ScopeEntityInterface[]
@@ -20,4 +20,4 @@ Given a client, grant type and optional user identifier validate the set of scop
This method is useful for integrating with your own app's permissions system. This method is useful for integrating with your own app's permissions system.
You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set. You must return an array of `ScopeEntityInterface` instances; either the original scopes or an updated set.