Skip to content

Commit

Permalink
Update doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 12, 2013
1 parent 2f5963e commit 6ce10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -313,7 +313,7 @@ public function getVersion() {
* Returns a quoted and escaped string of $data for use in an SQL statement.
*
* @param string $data String to be prepared for use in an SQL statement
* @param string $column The column into which this data will be inserted
* @param string $column The column datatype into which this data will be inserted.
* @return string Quoted and escaped data
*/
public function value($data, $column = null) {
Expand Down

0 comments on commit 6ce10b2

Please sign in to comment.