We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ded04d9 + 966deca commit 5b3fbf2Copy full SHA for 5b3fbf2
Acl/CommentAclInterface.php
@@ -41,7 +41,7 @@ public function canView(CommentInterface $comment);
41
* Checks if the user can reply to the supplied 'parent' comment
42
* or if not supplied, just the ability to reply.
43
*
44
- * @param CommentInterface $parent
+ * @param CommentInterface|null $parent
45
46
* @return bool
47
*/
0 commit comments