From e1707b27ca8b998652fddee571197b24974ebb2f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 9 May 2014 00:14:44 +0200 Subject: [PATCH] [ticket/12508] Fix class doc block PHPBB3-12508 --- phpBB/phpbb/finder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/finder.php b/phpBB/phpbb/finder.php index d3eed44c12..899dc4f290 100644 --- a/phpBB/phpbb/finder.php +++ b/phpBB/phpbb/finder.php @@ -14,7 +14,7 @@ namespace phpbb; /** -* The extension finder provides a simple way to locate files in active extensions +* The finder provides a simple way to locate files in the core and a set of extensions */ class finder {