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