[geeklog-hg] geeklog: fixed phpdoc @return statements

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 5 04:04:23 EST 2014


changeset 9384:e448e39de206
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e448e39de206
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 05 10:01:08 2014 +0100
description:
fixed phpdoc @return statements

diffstat:

 system/classes/config.class.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2ac353bc34aa -r e448e39de206 system/classes/config.class.php
--- a/system/classes/config.class.php	Sat Jan 04 10:39:33 2014 -0500
+++ b/system/classes/config.class.php	Sun Jan 05 10:01:08 2014 +0100
@@ -1136,7 +1136,7 @@
      * @param  mixed  $selectionArray Array of option of select element
      * @param  bool   $deleteable If configuration is deleteable
      * @param  bool   $allow_reset Allow set and unset of configuration
-     * @return
+     * @return string
      */
     function _UI_get_conf_element($group, $name, $display_name, $type, $val,
                                   $selectionArray = null , $deletable = false,
@@ -1316,7 +1316,7 @@
      * @param  mixed  $selectionArray Array of option of select element
      * @param  bool   $deleteable If configuration is deleteable
      * @param  bool   $allow_reset Allow set and unset of configuration
-     * @return
+     * @return string
      */
     function _UI_get_conf_element_2($group, $name, $display_name, $type, $val,
                                   $selectionArray = null , $deletable = false,



More information about the geeklog-cvs mailing list