Skip to content
Snippets Groups Projects
Commit 276db93d authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #11629 from owncloud/add-notice-to-php-doc

Add PHPDoc about sanitization of "insertIfNotExist"
parents eceb1d03 af335a39
Branches
No related tags found
Loading
......@@ -42,7 +42,7 @@ class Adapter {
/**
* insert the @input values when they do not exist yet
* @param string $table name
* @param array $input key->value pairs
* @param array $input key->value pair, key has to be sanitized properly
* @return int count of inserted rows
*/
public function insertIfNotExist($table, $input) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment