Skip to content

Commit

Permalink
Fixed phpdoc notice
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed May 2, 2019
1 parent ded04d9 commit 966deca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acl/CommentAclInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function canView(CommentInterface $comment);
* Checks if the user can reply to the supplied 'parent' comment
* or if not supplied, just the ability to reply.
*
* @param CommentInterface $parent
* @param CommentInterface|null $parent
*
* @return bool
*/
Expand Down

0 comments on commit 966deca

Please sign in to comment.