[feature/oauth] Clean up OAuth services

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-08-01 21:34:50 -04:00
parent abee776018
commit abe9f27723

View file

@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Bitly OAuth service * Base OAuth abstract class that all OAuth services should implement
* *
* @package auth * @package auth
*/ */