Completed
Push — master ( 3e5da4...d14e75 )
by Richard
14s
created
htdocs/xoops_lib/Xoops/Core/Text/Sanitizer/Extensions/Clickable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      *
40 40
      * @param string $text text string to filter
41 41
      *
42
-     * @return mixed
42
+     * @return string
43 43
      */
44 44
     public function applyFilter($text)
45 45
     {
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Core/Text/ShortCodes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
      *
166 166
      * @param array $tag Regular expression match array
167 167
      *
168
-     * @return mixed False on failure.
168
+     * @return string False on failure.
169 169
      *
170 170
      * @see get_shortcode_regex for details of the match array contents.
171 171
      */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Core/XoopsTpl.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,8 @@
 block discarded – undo
103 103
      * XoopsTpl::setCompileId()
104 104
      *
105 105
      * @param mixed $module_dirname module directory
106
-     * @param mixed $theme_set      theme set
107
-     * @param mixed $template_set   template set
106
+     * @param string $theme_set      theme set
107
+     * @param string $template_set   template set
108 108
      *
109 109
      * @return void
110 110
      */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Form/ColorPicker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * __construct
30 30
      *
31
-     * @param string|array $caption field caption or array of all attributes
31
+     * @param string $caption field caption or array of all attributes
32 32
      * @param string       $name    field name
33 33
      * @param string       $value   field value
34 34
      */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Form/Token.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
      * Constructor
28 28
      *
29
-     * @param string|array $name    name attribute or array of all attributes
29
+     * @param string $name    name attribute or array of all attributes
30 30
      * @param integer      $timeout timeout in seconds for generated token
31 31
      */
32 32
     public function __construct($name = 'XOOPS_TOKEN', $timeout = 0)
Please login to merge, or discard this patch.