mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update doc blocks.
This commit is contained in:
parent
2f5963e2d3
commit
6ce10b28c9
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class DboSource extends DataSource {
|
|||
* 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) {
|
||||
|
|
Loading…
Reference in a new issue