From 966deca3139d76d4e50c6b97a21ed45099cbcbbc Mon Sep 17 00:00:00 2001 From: XWB Date: Thu, 2 May 2019 18:16:42 +0200 Subject: [PATCH] Fixed phpdoc notice --- Acl/CommentAclInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Acl/CommentAclInterface.php b/Acl/CommentAclInterface.php index df7818c63..0e4184014 100644 --- a/Acl/CommentAclInterface.php +++ b/Acl/CommentAclInterface.php @@ -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 */