Completed
Branch master (4875a3)
by Pierre-Henry
34:00
created
_protected/framework/Analytics/Analytics.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
      * @param string $sToFind
356 356
      * @param string $sContents
357 357
      *
358
-     * @return bool
358
+     * @return integer
359 359
      */
360 360
     private function find($sToFind, $sContents)
361 361
     {
Please login to merge, or discard this patch.
_protected/app/system/modules/mail/models/MailModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      * @param string $sMessage
105 105
      * @param string $sCreatedDate
106 106
      *
107
-     * @return bool|int Returns the ID of the message on success or FALSE on failure.
107
+     * @return integer Returns the ID of the message on success or FALSE on failure.
108 108
      */
109 109
     public function sendMsg($iSender, $iRecipient, $sTitle, $sMessage, $sCreatedDate)
110 110
     {
Please login to merge, or discard this patch.
_protected/app/system/core/models/NoteCoreModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      * @param int $iOffset
23 23
      * @param int $iLimit
24 24
      * @param string $sOrder A constant: SearchCoreModel::CREATED (default value) or SearchCoreModel::UPDATED
25
-     * @param int|null $iApproved (0 = Unmoderated | 1 = Approved | NULL = unmoderated and approved)
25
+     * @param integer $iApproved (0 = Unmoderated | 1 = Approved | NULL = unmoderated and approved)
26 26
      *
27 27
      * @return array
28 28
      */
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Gets total note posts.
63 63
      *
64
-     * @param int|null $iApproved (0 = Unmoderated | 1 = Approved | NULL = unmoderated and approved) Default 1
64
+     * @param integer $iApproved (0 = Unmoderated | 1 = Approved | NULL = unmoderated and approved) Default 1
65 65
      * @param int $iDay Default 0
66 66
      *
67 67
      * @return int
Please login to merge, or discard this patch.
_protected/app/system/modules/forum/models/ForumModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * @param int $iOffset
58 58
      * @param int $iLimit
59 59
      *
60
-     * @return array|\stdClass|bool
60
+     * @return string
61 61
      */
62 62
     public function getTopic($sForumName, $iForumId, $sTopicSubject, $iTopicId, $iProfileId, $sApproved, $iOffset, $iLimit)
63 63
     {
Please login to merge, or discard this patch.
_protected/framework/Server/Server.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * Check if Apache's mod_rewrite is installed.
142 142
      *
143
-     * @return bool
143
+     * @return null|boolean
144 144
      */
145 145
     public static function isRewriteMod()
146 146
     {
Please login to merge, or discard this patch.
_protected/framework/Mvc/Router/FrontController.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -585,7 +585,7 @@
 block discarded – undo
585 585
      * @param DOMElement $oRoute
586 586
      * @param array $aMatches
587 587
      *
588
-     * @return bool
588
+     * @return integer
589 589
      */
590 590
     private function isRewrittenUrl(DOMElement $oRoute, &$aMatches)
591 591
     {
Please login to merge, or discard this patch.
_install/library/Smarty/plugins/function.html_checkboxes.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -178,14 +178,14 @@
 block discarded – undo
178 178
     }
179 179
 }
180 180
 /**
181
- * @param      $name
181
+ * @param      string $name
182 182
  * @param      $value
183 183
  * @param      $output
184 184
  * @param      $selected
185
- * @param      $extra
186
- * @param      $separator
187
- * @param      $labels
188
- * @param      $label_ids
185
+ * @param      string $extra
186
+ * @param      string $separator
187
+ * @param      boolean $labels
188
+ * @param      boolean $label_ids
189 189
  * @param bool $escape
190 190
  *
191 191
  * @return string
Please login to merge, or discard this patch.
_install/library/Smarty/plugins/function.html_radios.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -165,15 +165,15 @@
 block discarded – undo
165 165
     }
166 166
 }
167 167
 /**
168
- * @param $name
168
+ * @param string $name
169 169
  * @param $value
170 170
  * @param $output
171 171
  * @param $selected
172
- * @param $extra
173
- * @param $separator
174
- * @param $labels
175
- * @param $label_ids
176
- * @param $escape
172
+ * @param string $extra
173
+ * @param string $separator
174
+ * @param boolean $labels
175
+ * @param boolean $label_ids
176
+ * @param boolean $escape
177 177
  *
178 178
  * @return string
179 179
  */
Please login to merge, or discard this patch.
_install/library/Smarty/plugins/function.html_table.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,8 +164,8 @@
 block discarded – undo
164 164
     return $output;
165 165
 }
166 166
 /**
167
- * @param $name
168
- * @param $var
167
+ * @param string $name
168
+ * @param string $var
169 169
  * @param $no
170 170
  *
171 171
  * @return string
Please login to merge, or discard this patch.