[ticket/12508] Fix class doc block

PHPBB3-12508
This commit is contained in:
Joas Schilling 2014-05-09 00:14:44 +02:00
parent 183492b019
commit e1707b27ca

View file

@ -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
{