Fixed spelling mistake

This commit is contained in:
Alex Bilbie
2014-09-09 13:36:20 +01:00
parent 67587e450b
commit be51cdf9b1
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ abstract class AbstractServer
* @param TokenTypeInterface $tokenType The token type
* @return void
*/
public function setIdType(TokenTypeInterface $tokenType)
public function setTokenType(TokenTypeInterface $tokenType)
{
$this->tokenType = $tokenType;
}