Skip to content

Commit a6308e3

Browse files
committed
cannot use string offset as an array
1 parent 85988b7 commit a6308e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

class/ObjectTree.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)