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

Add PHPDoc about sanitization of "insertIfNotExist"
This commit is contained in:
Morris Jobke 2014-10-17 11:35:16 +02:00
commit 276db93dac
1 changed files with 1 additions and 1 deletions

View File

@ -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) {