mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix documentation of resultSet method
This commit is contained in:
parent
2aa8fac574
commit
df1c25f4cf
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class Sqlite extends DboSource {
|
||||||
/**
|
/**
|
||||||
* Generate ResultSet
|
* Generate ResultSet
|
||||||
*
|
*
|
||||||
* @param mixed $results The results to modify.
|
* @param PDOStatement $results The results to modify.
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function resultSet($results) {
|
public function resultSet($results) {
|
||||||
|
|
Loading…
Reference in a new issue