Fix a comment.

This commit is contained in:
Bernhard Reiter 2014-09-08 23:38:46 +02:00
parent baffe5353f
commit b33cb0e342
1 changed files with 2 additions and 2 deletions

View File

@ -162,11 +162,11 @@ interface ITags {
public function unTag($objid, $tag);
/**
* Delete tags from the
* Delete tags from the database
*
* @param string[] $names An array of tags to delete
* @return bool Returns false on error
*/
public function delete($names);
}
}