Completed
Pull Request — master (#511)
by
unknown
09:28
created
htdocs/modules/publisher/class/groupperm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * @param string    $gperm_name
33 33
      * @param int       $gperm_itemid
34
-     * @param array|int $gperm_groupid
34
+     * @param integer[] $gperm_groupid
35 35
      * @param int       $gperm_modid
36 36
      * @param bool      $trueifadmin
37 37
      *
Please login to merge, or discard this patch.
htdocs/modules/publisher/class/item.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      * @param string $format
141 141
      * @param string $stripTags
142 142
      *
143
-     * @return mixed|string
143
+     * @return string
144 144
      */
145 145
     public function summary($maxLength = 0, $format = "S", $stripTags = '')
146 146
     {
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @return mixed
320
+     * @return boolean
321 321
      */
322 322
     public function updateCounter()
323 323
     {
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
621 621
      * @param int    $max_char_summary
622 622
      * @param bool   $full_summary
623 623
      *
624
-     * @return array
624
+     * @return integer
625 625
      */
626 626
     public function toArray($display = 'default', $max_char_title = 0, $max_char_summary = 0, $full_summary = false)
627 627
     {
@@ -758,7 +758,7 @@  discard block
 block discarded – undo
758 758
 
759 759
     /**
760 760
      * @param string       $content
761
-     * @param string|array $keywords
761
+     * @param string $keywords
762 762
      *
763 763
      * @return string Text
764 764
      */
@@ -1383,7 +1383,7 @@  discard block
 block discarded – undo
1383 1383
      * addNotNullFieldClause exclude rows where specified columns are empty or null
1384 1384
      *
1385 1385
      * @param QueryBuilder $qb            QueryBuilder instance
1386
-     * @param string|array $notNullFields fields that should not be empty
1386
+     * @param string $notNullFields fields that should not be empty
1387 1387
      * @param string       $whereMode     Initial where method, 'AND' andWhere(), otherwise where()
1388 1388
      *
1389 1389
      * @return QueryBuilder instance
@@ -1593,7 +1593,7 @@  discard block
 block discarded – undo
1593 1593
 
1594 1594
     /**
1595 1595
      * @param int     $cat_id
1596
-     * @param array   $status
1596
+     * @param string   $status
1597 1597
      * @param bool    $inSubCat
1598 1598
      *
1599 1599
      * @return array
Please login to merge, or discard this patch.