Added missing semicolon

This commit is contained in:
Alex Bilbie 2013-05-10 16:12:43 -07:00
parent 2552b73b17
commit eac33d50b3

View File

@ -124,7 +124,7 @@ class RefreshToken implements GrantTypeInterface {
*/ */
public function rotateRefreshTokens($rotateRefreshTokens = false) public function rotateRefreshTokens($rotateRefreshTokens = false)
{ {
$this->rotateRefreshTokens = $rotateRefreshTokens $this->rotateRefreshTokens = $rotateRefreshTokens;
} }
/** /**