mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix docblock
This commit is contained in:
parent
6ee203541f
commit
ecf030796b
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class DboSource extends DataSource {
|
|||
*
|
||||
* @param string $sql SQL statement
|
||||
* @param array $params Additional options for the query.
|
||||
* @return bool
|
||||
* @return mixed Resource or object representing the result set, or false on failure
|
||||
*/
|
||||
public function rawQuery($sql, $params = array()) {
|
||||
$this->took = $this->numRows = false;
|
||||
|
|
Loading…
Reference in a new issue