@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | * Get the commenting option for the current state |
174 | 174 | * |
175 | 175 | * @param string $key |
176 | - * @return mixed Result if the setting is available, or null otherwise |
|
176 | + * @return integer Result if the setting is available, or null otherwise |
|
177 | 177 | */ |
178 | 178 | public function getOption($key) |
179 | 179 | { |
@@ -410,7 +410,7 @@ discard block |
||
410 | 410 | * Returns the comment referenced in the URL (by ID). Permission checking |
411 | 411 | * should be done in the callee. |
412 | 412 | * |
413 | - * @return Comment|false |
|
413 | + * @return Comment |
|
414 | 414 | */ |
415 | 415 | public function getComment() |
416 | 416 | { |
@@ -409,7 +409,7 @@ |
||
409 | 409 | * |
410 | 410 | * @param Member $member |
411 | 411 | * |
412 | - * @return boolean |
|
412 | + * @return boolean|string |
|
413 | 413 | */ |
414 | 414 | public function canModerateComments($member = null) |
415 | 415 | { |