Completed
Push — master ( f28230...054587 )
by Michael
03:22
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/form/item.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
         PublisherConstantsInterface::PUBLISHER_ALLOWCOMMENTS);
74 74
 
75 75
     /**
76
-     * @param $checkperm
76
+     * @param boolean $checkperm
77 77
      */
78 78
     public function setCheckPermissions($checkperm)
79 79
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-     * @param $tab
100
+     * @param string $tab
101 101
      *
102 102
      * @return bool
103 103
      */
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param $obj
122
+     * @param PublisherItem $obj
123 123
      *
124 124
      * @return $this
125 125
      */
Please login to merge, or discard this patch.
class/item.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * @param int    $maxLength
116 116
      * @param string $format
117 117
      *
118
-     * @return mixed|string
118
+     * @return string
119 119
      */
120 120
     public function getTitle($maxLength = 0, $format = 'S')
121 121
     {
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
      * @param string $format
236 236
      * @param string $stripTags
237 237
      *
238
-     * @return mixed|string
238
+     * @return null|string
239 239
      */
240 240
     public function getBody($maxLength = 0, $format = 'S', $stripTags = '')
241 241
     {
@@ -851,7 +851,7 @@  discard block
 block discarded – undo
851 851
      * @param string       $content
852 852
      * @param string|array $keywords
853 853
      *
854
-     * @return Text
854
+     * @return string
855 855
      */
856 856
     public function highlight($content, $keywords)
857 857
     {
@@ -1608,7 +1608,7 @@  discard block
 block discarded – undo
1608 1608
     }
1609 1609
 
1610 1610
     /**
1611
-     * @param string|array $notNullFields
1611
+     * @param string $notNullFields
1612 1612
      * @param bool         $withAnd
1613 1613
      *
1614 1614
      * @return string
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/mimetype.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      * @param object $obj
146 146
      * @param bool   $force
147 147
      *
148
-     * @return bool|void
148
+     * @return boolean
149 149
      */
150 150
     public function insert(&$obj, $force = false)
151 151
     {
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
     /**
587 587
      * @param $obj
588 588
      *
589
-     * @return bool|string
589
+     * @return string
590 590
      */
591 591
     protected function insertQuery(&$obj)
592 592
     {
@@ -603,7 +603,7 @@  discard block
 block discarded – undo
603 603
     /**
604 604
      * @param $obj
605 605
      *
606
-     * @return bool|string
606
+     * @return string
607 607
      */
608 608
     protected function updateQuery(&$obj)
609 609
     {
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
     /**
621 621
      * @param $obj
622 622
      *
623
-     * @return bool|string
623
+     * @return string
624 624
      */
625 625
     protected function deleteQuery(&$obj)
626 626
     {
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.