Skip to content

Commit 5b3fbf2

Browse files
authored
Merge pull request #683 from XWB/symfony42
Fixed phpdoc notice
2 parents ded04d9 + 966deca commit 5b3fbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Acl/CommentAclInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function canView(CommentInterface $comment);
4141
* Checks if the user can reply to the supplied 'parent' comment
4242
* or if not supplied, just the ability to reply.
4343
*
44-
* @param CommentInterface $parent
44+
* @param CommentInterface|null $parent
4545
*
4646
* @return bool
4747
*/

0 commit comments

Comments
 (0)