mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Merge pull request #284 from mortenhauberg/fix-misspelling
Changed "paremter" to "parameter"
This commit is contained in:
commit
44ac01ee0e
@ -181,7 +181,7 @@ class AuthorizationServer extends AbstractServer
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Require the "state" paremter in checkAuthoriseParams()
|
* Require the "state" parameter in checkAuthoriseParams()
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
@ -191,7 +191,7 @@ class AuthorizationServer extends AbstractServer
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Require the "state" paremter in checkAuthoriseParams()
|
* Require the "state" parameter in checkAuthoriseParams()
|
||||||
*
|
*
|
||||||
* @param boolean $require
|
* @param boolean $require
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user