Update PHPDoc in mod/

This commit is contained in:
Hypolite Petovan
2019-01-07 01:07:42 -05:00
parent 3282ce5389
commit af9067a381
18 changed files with 134 additions and 69 deletions

View File

@@ -36,8 +36,10 @@ function tagrm_post(App $a)
/**
* Updates tags from an item
*
* @param $item_id
* @param $tags array
* @throws Exception
*/
function update_tags($item_id, $tags){
if (empty($item_id) || empty($tags)){