1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/11700] With namespaces interface will no longer be a valid classname

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-07-14 12:25:28 -04:00
parent c15bde161a
commit b81613e5e5
11 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
* Interface for avatar drivers
* @package phpBB3
*/
interface phpbb_avatar_driver_interface
interface phpbb_avatar_driver_driver_interface
{
/**
* Returns the name of the driver.