Replace `boolean` with `bool` in PHP documentation
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / files / lib / data / conversation / ConversationParticipantList.class.php
index 9c5c9b3024be57555de36f2c3f7ad9df1275110c..004c0c19bb8a8f2a570788f35889aa9568ad1999 100644 (file)
@@ -32,7 +32,7 @@ class ConversationParticipantList extends UserProfileList
      *
      * @param int $conversationID
      * @param int $userID
-     * @param boolean $isAuthor true if given user is the author of this conversation
+     * @param bool $isAuthor true if given user is the author of this conversation
      */
     public function __construct($conversationID, $userID = 0, $isAuthor = false)
     {