fixed code completion
authorPetr Skoda <skodak@moodle.org>
Thu, 1 Apr 2010 12:19:37 +0000 (12:19 +0000)
committerPetr Skoda <skodak@moodle.org>
Thu, 1 Apr 2010 12:19:37 +0000 (12:19 +0000)
lib/moodlelib.php

index e93bf18..af3ad7e 100644 (file)
@@ -5736,7 +5736,7 @@ class string_manager {
     * Creates a new instance of string_manager
     *
     * @global object
     * Creates a new instance of string_manager
     *
     * @global object
-    * @return object Returns a new instance of string_manager
+    * @return string_manager Returns a new instance of string_manager
     */
     public static function instance() {
         if (is_null(self::$singletoninstance)) {
     */
     public static function instance() {
         if (is_null(self::$singletoninstance)) {