diff -u b/core/modules/comment/src/Tests/CommentNonNodeTest.php b/core/modules/comment/src/Tests/CommentNonNodeTest.php --- b/core/modules/comment/src/Tests/CommentNonNodeTest.php +++ b/core/modules/comment/src/Tests/CommentNonNodeTest.php @@ -180,7 +180,7 @@ * @param bool $reply * Boolean indicating whether the comment is a reply to another comment. * - * @return bool + * @return boolean * Boolean indicating whether the comment was found. */ function commentExists(CommentInterface $comment = NULL, $reply = FALSE) { @@ -201,7 +201,7 @@ /** * Checks whether the commenter's contact information is displayed. * - * @return bool + * @return boolean * Contact info is available. */ function commentContactInfoAvailable() { diff -u b/core/modules/comment/src/Tests/CommentTestBase.php b/core/modules/comment/src/Tests/CommentTestBase.php --- b/core/modules/comment/src/Tests/CommentTestBase.php +++ b/core/modules/comment/src/Tests/CommentTestBase.php @@ -182,7 +182,7 @@ * @param bool $reply * Boolean indicating whether the comment is a reply to another comment. * - * @return bool + * @return boolean * Boolean indicating whether the comment was found. */ function commentExists(CommentInterface $comment = NULL, $reply = FALSE) { @@ -323,7 +323,7 @@ /** * Checks whether the commenter's contact information is displayed. * - * @return bool + * @return boolean * Contact info is available. */ function commentContactInfoAvailable() {