diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-09 00:14:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-10 11:47:41 +0200 |
commit | e1707b27ca8b998652fddee571197b24974ebb2f (patch) | |
tree | 9876c910a3a786cea678514b4b7cba8955cb5628 | |
parent | 183492b01931dec5052e2087f70fa432a2f51b03 (diff) | |
download | forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.gz forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.bz2 forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.xz forums-e1707b27ca8b998652fddee571197b24974ebb2f.zip |
[ticket/12508] Fix class doc block
PHPBB3-12508
-rw-r--r-- | phpBB/phpbb/finder.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |