diff --git a/src/Database/Statement/StatementDecorator.php b/src/Database/Statement/StatementDecorator.php index 10e76514fab..e42b6665cfb 100644 --- a/src/Database/Statement/StatementDecorator.php +++ b/src/Database/Statement/StatementDecorator.php @@ -222,7 +222,7 @@ public function fetch($type = self::FETCH_TYPE_NUM) * Returns the next row in a result set as an associative array. Calling this function is the same as calling * $statement->fetch(StatementDecorator::FETCH_TYPE_ASSOC). If no results are found false is returned. * - * @return array Result array containing columns and values an an associative array or an empty if no results + * @return array Result array containing columns and values an an associative array or an empty array if no results */ public function fetchAssoc() {