diff options
Diffstat (limited to 'phpBB/phpbb/extension')
-rw-r--r-- | phpBB/phpbb/extension/finder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/extension/finder.php b/phpBB/phpbb/extension/finder.php index bf84728f05..338f1cdeb9 100644 --- a/phpBB/phpbb/extension/finder.php +++ b/phpBB/phpbb/extension/finder.php @@ -52,7 +52,7 @@ class finder protected $cached_queries; /** - * Creates a new \finder instance with its dependencies + * Creates a new finder instance with its dependencies * * @param \phpbb\extension\manager $extension_manager An extension manager * instance that provides the finder with a list of active |