@@ -355,7 +355,7 @@ |
||
| 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 | { |
@@ -104,7 +104,7 @@ |
||
| 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 | { |
@@ -22,7 +22,7 @@ discard block |
||
| 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 |
||
| 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 |
@@ -57,7 +57,7 @@ |
||
| 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 | { |
@@ -140,7 +140,7 @@ |
||
| 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 | { |
@@ -585,7 +585,7 @@ |
||
| 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 | { |
@@ -178,14 +178,14 @@ |
||
| 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 |
@@ -165,15 +165,15 @@ |
||
| 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 | */ |
@@ -164,8 +164,8 @@ |
||
| 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 |