Completed
Push — master ( e6990f...463166 )
by Michael
05:51 queued 03:04
created
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * @param $args_numeric
67 67
      * @param $args
68 68
      * @param $args_string
69
-     * @return bool|null
69
+     * @return boolean
70 70
      */
71 71
     function tag_parse_args(&$args_numeric, &$args, &$args_string)
72 72
     {
Please login to merge, or discard this patch.
plugin/myalbum0.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
  * Remove orphan tag-item links
79 79
  *
80 80
  * @param $mid
81
- * @return bool
81
+ * @return boolean|null
82 82
  */
83 83
 function myalbum0_tag_synchronization($mid)
84 84
 {
Please login to merge, or discard this patch.