diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-19 20:18:32 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-19 20:18:32 +0200 |
commit | b6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74 (patch) | |
tree | f517f66492d75a06655ed9906383be4930fd303b /lib/private/db/connection.php | |
parent | 090d12705011d74f981699d3ab5e8f02479c8eaf (diff) | |
parent | dc36d3095314db8d88c2ec1005d99af595c119da (diff) | |
download | nextcloud-server-b6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74.tar.gz nextcloud-server-b6d2d6329d99c47fa8a01a7a8db7f8f2de6b9f74.zip |
Merge pull request #8639 from owncloud/drop-brief
Remove all occurences of @brief and @returns from PHPDoc
Diffstat (limited to 'lib/private/db/connection.php')
-rw-r--r-- | lib/private/db/connection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php index 2bd7b093020..b7981fcd691 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -152,7 +152,7 @@ class Connection extends \Doctrine\DBAL\Connection { } /** - * @brief Insert a row if a matching row doesn't exists. + * Insert a row if a matching row doesn't exists. * @param string $table. The table to insert into in the form '*PREFIX*tableName' * @param array $input. An array of fieldname/value pairs * @return bool The return value from execute() |