Skip to content

Commit

Permalink
Changed comment of return type #11795
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Opitz committed May 10, 2018
1 parent f31abd7 commit 6b17679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Statement/StatementDecorator.php
Expand Up @@ -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()
{
Expand Down

0 comments on commit 6b17679

Please sign in to comment.