aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/style/path_provider_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/style/path_provider_interface.php')
-rw-r--r--phpBB/phpbb/style/path_provider_interface.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/style/path_provider_interface.php b/phpBB/phpbb/style/path_provider_interface.php
index 1a6153a4d3..beb0da29df 100644
--- a/phpBB/phpbb/style/path_provider_interface.php
+++ b/phpBB/phpbb/style/path_provider_interface.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\style;
+
/**
* @ignore
*/
@@ -22,7 +24,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
-interface phpbb_style_path_provider_interface extends Traversable
+interface path_provider_interface extends \Traversable
{
/**
* Defines a prefix to use for style paths in extensions