Completed
Pull Request — master (#16)
by
unknown
01:23
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.
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
@@ -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.