fixed inline phpdocs return type

This commit is contained in:
Petr Skoda
2010-07-05 07:48:37 +00:00
parent 21f96041dd
commit 2b54e7a2b7
+1 -1
View File
@@ -68,7 +68,7 @@ class filter_manager {
/**
* @global object
* @return object the singleton instance.
* @return filter_manager the singleton instance.
*/
public static function instance() {
if (is_null(self::$singletoninstance)) {