Skip to content

Commit

Permalink
Fix documentation of resultSet method
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Aug 26, 2018
1 parent 2aa8fac commit df1c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/Database/Sqlite.php
Expand Up @@ -299,7 +299,7 @@ public function column($real) {
/**
* Generate ResultSet
*
* @param mixed $results The results to modify.
* @param PDOStatement $results The results to modify.
* @return void
*/
public function resultSet($results) {
Expand Down

0 comments on commit df1c25f

Please sign in to comment.