Completed
Push — master ( 04a525...97461f )
by Robbie
02:19
created
src/Controllers/CommentingController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Extensions/CommentsExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -409,7 +409,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.