Completed
Pull Request — master (#13)
by
unknown
01:57
created
plugin/xcenter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
  *
34 34
  * @var        array    $items    associative array of items: [modid][catid][itemid]
35 35
  *
36
- * @return    boolean
36
+ * @return    false|null
37 37
  * 
38 38
  */
39 39
 function xcenter_tag_iteminfo(&$items)
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 /**
75 75
  * Remove orphan tag-item links
76 76
  *
77
- * @return    boolean
77
+ * @return    boolean|null
78 78
  * 
79 79
  */
80 80
 function xcenter_tag_synchronization($mid)
Please login to merge, or discard this patch.