mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
This commit is contained in:
@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package phpbb_request
|
||||
*/
|
||||
interface phpbb_request_interface
|
||||
interface phpbb_request_request_interface
|
||||
{
|
||||
/**#@+
|
||||
* Constant identifying the super global with the same name.
|
Reference in New Issue
Block a user