Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 11, 2014
1 parent 6ee2035 commit ecf0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -396,7 +396,7 @@ public function expression($expression) {
*
* @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;
Expand Down

0 comments on commit ecf0307

Please sign in to comment.