aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/factory.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/factory.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php
index ce9d34e247..ebed2521b2 100644
--- a/phpBB/phpbb/textformatter/s9e/factory.php
+++ b/phpBB/phpbb/textformatter/s9e/factory.php
@@ -22,7 +22,7 @@ use s9e\TextFormatter\Configurator\Items\AttributeFilters\Regexp as RegexpFilter
class factory implements \phpbb\textformatter\cache
{
/**
- * @var phpbb_cache_driver_interface $cache
+ * @var \phpbb\cache\driver_interface $cache
*/
protected $cache;
@@ -102,8 +102,8 @@ class factory implements \phpbb\textformatter\cache
/**
* Constructor
*
- * @param phpbb\textformatter\data_access $dal
- * @param phpbb\cache\driver\driver_interface $cache
+ * @param \phpbb\textformatter\data_access $dal
+ * @param \phpbb\cache\driver\driver_interface $cache
* @param string $cache_dir Path to the cache dir
* @param string $cache_key_parser Cache key used for the parser
* @param string $cache_key_renderer Cache key used for the renderer