1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/auth-refactor] Remove full stop

PHPBB3-9734
This commit is contained in:
Joseph Warner
2013-07-11 12:06:48 -04:00
parent 177e340764
commit e674838d69

View File

@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
} }
/** /**
* Base authentication provider class that all other providers should implement. * Base authentication provider class that all other providers should implement
* *
* @package auth * @package auth
*/ */