File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ public function __construct($objectArr, $rootId = null)
4848 /**
4949 * Make options for a select box from
5050 *
51- * @param int $key ID of the object to display as the root of select options
52- * @param string $ret (reference to a string when called from outside) Result from previous recursions
53- * @param string $prefix_orig String to indent items at deeper levels
54- * @param string $prefix_curr String to indent the current item
51+ * @param int $key ID of the object to display as the root of select options
52+ * @param array $ret (reference to a string when called from outside) Result from previous recursions
53+ * @param string $prefix_orig String to indent items at deeper levels
54+ * @param string $prefix_curr String to indent the current item
5555 * @param null|array $tags
5656 * @internal param string $fieldName Name of the member variable from the
57- * node objects that should be used as the title for the options.
57+ * node objects that should be used as the title for the options.
5858 * @internal param string $selected Value to display as selected
5959 * @access private
6060 */
You can’t perform that action at this time.
0 commit comments