mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Update comment on oauth service exception
PHPBB3-16673
This commit is contained in:
parent
265a3a3552
commit
2090a5020c
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* @package controller
|
||||
* @copyright (c) 2012 phpBB Group
|
||||
* @package auth
|
||||
* @copyright (c) 2013 phpBB Group
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||
*
|
||||
*/
|
||||
|
@ -17,7 +17,8 @@ if (!defined('IN_PHPBB'))
|
|||
|
||||
/**
|
||||
* OAuth service exception class
|
||||
* @package phpBB3
|
||||
*
|
||||
* @package auth
|
||||
*/
|
||||
class phpbb_auth_provider_oauth_service_exception extends RuntimeException
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue