Completed
Branch master (b5dddf)
by Richard
15:43
created
htdocs/class/uploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@
 block discarded – undo
411 411
     /**
412 412
      * Copy the file to its destination
413 413
      *
414
-     * @param $chmod
414
+     * @param integer $chmod
415 415
      * @return bool
416 416
      */
417 417
     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
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * XoopsUserUtility::validate
82 82
      *
83
-     * @return bool|string
83
+     * @return false|string
84 84
      */
85 85
     public static function validate()
86 86
     {
@@ -257,8 +257,8 @@  discard block
 block discarded – undo
257 257
      * XoopsUserUtility::getUnameFromIds()
258 258
      *
259 259
      * @param  mixed $uid
260
-     * @param  mixed $usereal
261
-     * @param  mixed $linked
260
+     * @param  boolean $usereal
261
+     * @param  boolean $linked
262 262
      * @return array
263 263
      */
264 264
     public static function getUnameFromIds($uid, $usereal = false, $linked = false)
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
      *
301 301
      * @param  mixed $userid
302 302
      * @param  mixed $usereal
303
-     * @param  mixed $linked
303
+     * @param  boolean $linked
304 304
      * @return string
305 305
      */
306 306
     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
@@ -145,8 +145,8 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param $xoopstag
149
-     * @param $blogtag
148
+     * @param string $xoopstag
149
+     * @param string $blogtag
150 150
      */
151 151
     public function _setXoopsTagMap($xoopstag, $blogtag)
152 152
     {
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
@@ -307,7 +307,7 @@
 block discarded – undo
307 307
 class RpcIntHandler extends XmlTagHandler
308 308
 {
309 309
     /**
310
-     * @return array
310
+     * @return string[]
311 311
      */
312 312
     public function getName()
313 313
     {
Please login to merge, or discard this patch.
htdocs/class/xml/saxparser.php 1 patch
Doc Comments   +11 added lines, -7 removed lines patch added patch discarded remove patch
@@ -72,6 +72,10 @@  discard block
 block discarded – undo
72 72
      * @param $isCaseFolding
73 73
      * @returns void
74 74
      ****************************************************************************/
75
+
76
+    /**
77
+     * @param boolean $isCaseFolding
78
+     */
75 79
     public function setCaseFolding($isCaseFolding)
76 80
     {
77 81
         assert(is_bool($isCaseFolding));
@@ -332,8 +336,8 @@  discard block
 block discarded – undo
332 336
      * The default tag handler method for a tag with no handler
333 337
      *
334 338
      * @abstract
335
-     * @param $parser
336
-     * @param $tagName
339
+     * @param integer $parser
340
+     * @param string $tagName
337 341
      * @param $attributesArray
338 342
      */
339 343
     public function handleBeginElementDefault($parser, $tagName, $attributesArray)
@@ -344,8 +348,8 @@  discard block
 block discarded – undo
344 348
      * The default tag handler method for a tag with no handler
345 349
      *
346 350
      * @abstract
347
-     * @param $parser
348
-     * @param $tagName
351
+     * @param integer $parser
352
+     * @param string $tagName
349 353
      */
350 354
     public function handleEndElementDefault($parser, $tagName)
351 355
     {
@@ -355,8 +359,8 @@  discard block
 block discarded – undo
355 359
      * The default tag handler method for a tag with no handler
356 360
      *
357 361
      * @abstract
358
-     * @param $parser
359
-     * @param $data
362
+     * @param integer $parser
363
+     * @param string $data
360 364
      */
361 365
     public function handleCharacterDataDefault($parser, $data)
362 366
     {
@@ -365,7 +369,7 @@  discard block
 block discarded – undo
365 369
     /**
366 370
      * Sets error messages
367 371
      *
368
-     * @param   $error string    an error message
372
+     * @param   string $error string    an error message
369 373
      */
370 374
     public function setErrors($error)
371 375
     {
Please login to merge, or discard this patch.
htdocs/class/xoopsblock.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     /**
291 291
      * XoopsBlock::getOptions()
292 292
      *
293
-     * @return bool
293
+     * @return string
294 294
      */
295 295
     public function getOptions()
296 296
     {
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
      *                         4: centerblock - right
334 334
      *                         5: centerblock - center
335 335
      *                         6: centerblock - left, right, center
336
-     * @param        $visible  0: not visible 1: visible
336
+     * @param        integer $visible  0: not visible 1: visible
337 337
      * @param string $orderby  order of the blocks
338 338
      * @param int    $isactive
339 339
      * @returns array of block objects
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
      * XoopsBlock::getByModule()
461 461
      *
462 462
      * @param  mixed $moduleid
463
-     * @param  mixed $asobject
463
+     * @param  boolean $asobject
464 464
      * @return array
465 465
      */
466 466
     public static function getByModule($moduleid, $asobject = true)
@@ -490,8 +490,8 @@  discard block
 block discarded – undo
490 490
      *
491 491
      * @param  mixed   $groupid
492 492
      * @param  integer $module_id
493
-     * @param  mixed   $toponlyblock
494
-     * @param  mixed   $visible
493
+     * @param  boolean   $toponlyblock
494
+     * @param  integer   $visible
495 495
      * @param  string  $orderby
496 496
      * @param  integer $isactive
497 497
      * @return array
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
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     /**
121 121
      * prepare HTML for output
122 122
      *
123
-     * @return sting HTML
123
+     * @return string HTML
124 124
      */
125 125
     public function render()
126 126
     {
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
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
     /**
252 252
      * @param string $css_file
253 253
      *
254
-     * @return array
254
+     * @return string[]
255 255
      */
256 256
     public function loadCss($css_file = 'style.css')
257 257
     {
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
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     /**
146 146
      * XoopsEditorHandler::getList()
147 147
      *
148
-     * @param mixed $noHtml
148
+     * @param boolean $noHtml
149 149
      *
150 150
      * @return array
151 151
      */
Please login to merge, or discard this patch.