Completed
Branch master (e6990f)
by Michael
02:46
created
class/formvalidatedinput.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Get HTML types supported
96 96
      *
97
-     * @return array containing HTML type(s) supported
97
+     * @return string containing HTML type(s) supported
98 98
      */
99 99
     public function getHtmlTypes()
100 100
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Set initial text value
106 106
      *
107
-     * @param string|array $value is string, set value; value is array then keys are ('type', 'min', 'max')
107
+     * @param string $value is string, set value; value is array then keys are ('type', 'min', 'max')
108 108
      */
109 109
     public function setType($value)
110 110
     {
Please login to merge, or discard this patch.
class/tag.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * Constructor
30 30
      *
31
-     * @param int $id ID of the tag, deprecated
32 31
      */
33 32
     function __construct()
34 33
     {
@@ -532,7 +531,7 @@  discard block
 block discarded – undo
532 531
      * delete an object as well as links relying on it
533 532
      *
534 533
      * @access public
535
-     * @param  object $object {@link TagTag}
534
+     * @param  TagTag $object {@link TagTag}
536 535
      * @param  bool   $force  flag to force the query execution despite security settings
537 536
      * @return bool
538 537
      */
Please login to merge, or discard this patch.
include/tagbar.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
  *
28 28
  * @param array $tags array of tag string
29 29
  * OR
30
- * @param int     $itemid
31 30
  * @param int     $catid
32 31
  * @param int     $modid
33 32
  *
Please login to merge, or discard this patch.
plugin/extgallery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  *
27 27
  * @param array $items is an array containing category and item information
28 28
  *
29
- * @return null
29
+ * @return boolean
30 30
  */
31 31
 function extgallery_tag_iteminfo(&$items)
32 32
 {
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
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 /**
78 78
  * Remove orphan tag-item links
79 79
  *
80
- * @return    boolean
80
+ * @return    boolean|null
81 81
  *
82 82
  */
83 83
 function myalbum0_tag_synchronization($mid)
Please login to merge, or discard this patch.