Completed
Pull Request — master (#555)
by Lucio
09:45
created
htdocs/class/theme_blocks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * xos_logos_PageBuilder::generateCacheId()
143 143
      *
144
-     * @param  mixed $cache_id
144
+     * @param  string $cache_id
145 145
      * @return mixed
146 146
      */
147 147
     public function generateCacheId($cache_id)
Please login to merge, or discard this patch.
htdocs/class/uploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -378,7 +378,7 @@
 block discarded – undo
378 378
     /**
379 379
      * Copy the file to its destination
380 380
      *
381
-     * @param $chmod
381
+     * @param integer $chmod
382 382
      * @return bool
383 383
      */
384 384
     public function _copyFile($chmod)
Please login to merge, or discard this patch.
htdocs/class/userutility.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     /**
80 80
      * XoopsUserUtility::validate
81 81
      *
82
-     * @return bool|string
82
+     * @return false|string
83 83
      */
84 84
     public static function validate()
85 85
     {
@@ -256,8 +256,8 @@  discard block
 block discarded – undo
256 256
      * XoopsUserUtility::getUnameFromIds()
257 257
      *
258 258
      * @param  mixed $uid
259
-     * @param  mixed $usereal
260
-     * @param  mixed $linked
259
+     * @param  boolean $usereal
260
+     * @param  boolean $linked
261 261
      * @return array
262 262
      */
263 263
     public static function getUnameFromIds($uid, $usereal = false, $linked = false)
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
      *
300 300
      * @param  mixed $userid
301 301
      * @param  mixed $usereal
302
-     * @param  mixed $linked
302
+     * @param  boolean $linked
303 303
      * @return string
304 304
      */
305 305
     public static function getUnameFromId($userid, $usereal = false, $linked = false)
Please login to merge, or discard this patch.
htdocs/class/xml/rpc/xmlrpcapi.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,8 +154,8 @@
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $xoopstag
158
-     * @param $blogtag
157
+     * @param string $xoopstag
158
+     * @param string $blogtag
159 159
      */
160 160
     public function _setXoopsTagMap($xoopstag, $blogtag)
161 161
     {
Please login to merge, or discard this patch.
htdocs/class/xml/rpc/xmlrpcparser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
 class RpcIntHandler extends XmlTagHandler
320 320
 {
321 321
     /**
322
-     * @return array
322
+     * @return string[]
323 323
      */
324 324
     public function getName()
325 325
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/tinymce/formtinymce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * prepare HTML for output
123 123
      *
124
-     * @return sting HTML
124
+     * @return string HTML
125 125
      */
126 126
     public function render()
127 127
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/tinymce/tinymce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
     /**
253 253
      * @param string $css_file
254 254
      *
255
-     * @return array
255
+     * @return string[]
256 256
      */
257 257
     public function loadCss($css_file = 'style.css')
258 258
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/xoopseditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
     /**
147 147
      * XoopsEditorHandler::getList()
148 148
      *
149
-     * @param mixed $noHtml
149
+     * @param boolean $noHtml
150 150
      *
151 151
      * @return array
152 152
      */
Please login to merge, or discard this patch.
htdocs/class/xoopsform/formbutton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Set the initial value
88 88
      *
89
-     * @param $value
89
+     * @param string $value
90 90
      *
91 91
      * @return string
92 92
      */
Please login to merge, or discard this patch.