Skip to content

Commit

Permalink
Merge pull request colshrapnel#53 from 00dev/patch-1
Browse files Browse the repository at this point in the history
Correct phpdoc for getCol() method
  • Loading branch information
colshrapnel committed Jan 14, 2019
2 parents e1cbace + 714c447 commit e64dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safemysql.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getRow()
*
* @param string $query - an SQL query with placeholders
* @param mixed $arg,... unlimited number of arguments to match placeholders in the query
* @return array|FALSE either enumerated array of first fields of all rows of resultset or FALSE if none found
* @return array enumerated array of first fields of all rows of resultset or empty array if none found
*/
public function getCol()
{
Expand Down

0 comments on commit e64dacc

Please sign in to comment.