Completed
Branch master (019813)
by Michael
03:23
created
blocks/latest_news.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@
 block discarded – undo
400 400
 
401 401
 /**
402 402
  * @param $options
403
- * @param $number
403
+ * @param integer $number
404 404
  *
405 405
  * @return string
406 406
  */
Please login to merge, or discard this patch.
class/category.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
 
518 518
     /**
519 519
      * @param $category
520
-     * @param $level
520
+     * @param integer $level
521 521
      * @param $catArray
522 522
      * @param $catResult
523 523
      */
Please login to merge, or discard this patch.
class/form/category.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     public $userGroups = array();
46 46
 
47 47
     /**
48
-     * @param     $target
48
+     * @param     PublisherCategory $target
49 49
      * @param int $subCatsCount
50 50
      */
51 51
     public function __construct(&$target, $subCatsCount = 4)
Please login to merge, or discard this patch.
class/metagen.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -304,10 +304,10 @@  discard block
 block discarded – undo
304 304
     }
305 305
 
306 306
     /**
307
-     * @param      $text
307
+     * @param      string $text
308 308
      * @param bool $keyword
309 309
      *
310
-     * @return mixed
310
+     * @return string
311 311
      */
312 312
     public function purifyText($text, $keyword = false)
313 313
     {
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
     /**
347 347
      * @param string $document
348 348
      *
349
-     * @return mixed
349
+     * @return string
350 350
      */
351 351
     public function html2text($document)
352 352
     {
Please login to merge, or discard this patch.
class/publisher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     public $debugArray = array();
32 32
 
33 33
     /**
34
-     * @param $debug
34
+     * @param boolean $debug
35 35
      */
36 36
     protected function __construct($debug)
37 37
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param $name
112
+     * @param string $name
113 113
      *
114 114
      * @return mixed
115 115
      */
Please login to merge, or discard this patch.
class/themetabform.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * XoopsThemeTabForm::startTab()
178 178
      *
179
-     * @param mixed $tabText
179
+     * @param string $tabText
180 180
      */
181 181
     public function startTab($tabText)
182 182
     {
Please login to merge, or discard this patch.
class/uploader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      * Constructor
111 111
      *
112 112
      * @param string    $uploadDir
113
-     * @param int|array $allowedMimeTypes
113
+     * @param integer $allowedMimeTypes
114 114
      * @param int       $maxFileSize
115 115
      * @param int       $maxWidth
116 116
      * @param int       $maxHeight
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
     /**
364 364
      * Copy the file to its destination
365 365
      *
366
-     * @param $chmod
366
+     * @param integer $chmod
367 367
      *
368 368
      * @return bool
369 369
      */
Please login to merge, or discard this patch.
include/seo_functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      * @param string $title
33 33
      * @param bool   $withExt
34 34
      *
35
-     * @return mixed|string
35
+     * @return string
36 36
      */
37 37
     public static function getTitle($title = '', $withExt = true)
38 38
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param        $op
76
+     * @param        string $op
77 77
      * @param        $id
78 78
      * @param string $shortUrl
79 79
      *
Please login to merge, or discard this patch.
thumb.php 1 patch
Doc Comments   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
     }
442 442
 
443 443
     /**
444
-     * @return bool
444
+     * @return null|false
445 445
      */
446 446
     protected function handleErrors()
447 447
     {
@@ -520,7 +520,7 @@  discard block
 block discarded – undo
520 520
     }
521 521
 
522 522
     /**
523
-     * @return bool
523
+     * @return boolean|null
524 524
      */
525 525
     protected function tryServerCache()
526 526
     {
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
     }
684 684
 
685 685
     /**
686
-     * @param $localImage
686
+     * @param string $localImage
687 687
      *
688 688
      * @return bool
689 689
      */
@@ -1023,7 +1023,7 @@  discard block
 block discarded – undo
1023 1023
     }
1024 1024
 
1025 1025
     /**
1026
-     * @param $src
1026
+     * @param string $src
1027 1027
      *
1028 1028
      * @return bool|string
1029 1029
      */
@@ -1101,7 +1101,7 @@  discard block
 block discarded – undo
1101 1101
     }
1102 1102
 
1103 1103
     /**
1104
-     * @param $path
1104
+     * @param string $path
1105 1105
      *
1106 1106
      * @return string
1107 1107
      */
@@ -1118,7 +1118,7 @@  discard block
 block discarded – undo
1118 1118
     }
1119 1119
 
1120 1120
     /**
1121
-     * @param $name
1121
+     * @param string $name
1122 1122
      */
1123 1123
     protected function toDelete($name)
1124 1124
     {
@@ -1289,8 +1289,8 @@  discard block
 block discarded – undo
1289 1289
     }
1290 1290
 
1291 1291
     /**
1292
-     * @param $mimeType
1293
-     * @param $dataSize
1292
+     * @param string $mimeType
1293
+     * @param integer $dataSize
1294 1294
      *
1295 1295
      * @return bool
1296 1296
      */
@@ -1328,7 +1328,7 @@  discard block
 block discarded – undo
1328 1328
     }
1329 1329
 
1330 1330
     /**
1331
-     * @param        $property
1331
+     * @param        string $property
1332 1332
      * @param string $default
1333 1333
      *
1334 1334
      * @return string
@@ -1406,7 +1406,7 @@  discard block
 block discarded – undo
1406 1406
     }
1407 1407
 
1408 1408
     /**
1409
-     * @param $level
1409
+     * @param integer $level
1410 1410
      * @param $msg
1411 1411
      */
1412 1412
     protected function debug($level, $msg)
@@ -1423,7 +1423,7 @@  discard block
 block discarded – undo
1423 1423
     }
1424 1424
 
1425 1425
     /**
1426
-     * @param $msg
1426
+     * @param string $msg
1427 1427
      *
1428 1428
      * @return bool
1429 1429
      */
@@ -1433,7 +1433,7 @@  discard block
 block discarded – undo
1433 1433
     }
1434 1434
 
1435 1435
     /**
1436
-     * @param $file
1436
+     * @param string $file
1437 1437
      *
1438 1438
      * @return string
1439 1439
      */
@@ -1461,7 +1461,7 @@  discard block
 block discarded – undo
1461 1461
     }
1462 1462
 
1463 1463
     /**
1464
-     * @param $size_str
1464
+     * @param string $size_str
1465 1465
      *
1466 1466
      * @return int
1467 1467
      */
@@ -1483,8 +1483,8 @@  discard block
 block discarded – undo
1483 1483
     }
1484 1484
 
1485 1485
     /**
1486
-     * @param $url
1487
-     * @param $tempfile
1486
+     * @param string $url
1487
+     * @param string $tempfile
1488 1488
      *
1489 1489
      * @return bool
1490 1490
      */
@@ -1559,7 +1559,7 @@  discard block
 block discarded – undo
1559 1559
     }
1560 1560
 
1561 1561
     /**
1562
-     * @param $file
1562
+     * @param string $file
1563 1563
      *
1564 1564
      * @return bool
1565 1565
      */
Please login to merge, or discard this patch.