From 50324fd81530d5d8bc7c1f76ba55c5699bc91d4a Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 6 Nov 2015 23:00:36 +0100 Subject: [PATCH] typo --- dibi/libs/DibiResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dibi/libs/DibiResult.php b/dibi/libs/DibiResult.php index e82fc910..7d2e50bb 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -253,7 +253,7 @@ class DibiResult extends DibiObject implements IDataSource * - associative descriptor: col1|col2->col3=col4 * builds a tree: $tree[$val1][$val2]->col3[$val3] = val4 * @param string associative descriptor - * @return DibiRow + * @return array * @throws InvalidArgumentException */ final public function fetchAssoc($assoc)