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:
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Base notifications method interface
|
||||
* @package notifications
|
||||
*/
|
||||
interface phpbb_notification_method_interface
|
||||
interface phpbb_notification_method_method_interface
|
||||
{
|
||||
/**
|
||||
* Get notification method name
|
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Base notifications interface
|
||||
* @package notifications
|
||||
*/
|
||||
interface phpbb_notification_type_interface
|
||||
interface phpbb_notification_type_type_interface
|
||||
{
|
||||
/**
|
||||
* Get notification type name
|
||||
@@ -27,7 +27,7 @@ interface phpbb_notification_type_interface
|
||||
* @return string
|
||||
*/
|
||||
public function get_type();
|
||||
|
||||
|
||||
/**
|
||||
* Set initial data from the database
|
||||
*
|
Reference in New Issue
Block a user