diff --git a/CHANGELOG.md b/CHANGELOG.md index c6434d119..b4a04f1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. ## -## [6.1.4] - tbd +## [6.1.5] - tbd ### Fix - Fixing 404 error when using public share where the poll has hidden results - Partially fix email shares diff --git a/lib/Db/EntityWithUser.php b/lib/Db/EntityWithUser.php index 13f68d5a5..1642feaf7 100644 --- a/lib/Db/EntityWithUser.php +++ b/lib/Db/EntityWithUser.php @@ -34,9 +34,9 @@ * @method int getPollId() * * Joined Attributes - * @method string getAnonymized() - * @method int getPollOwnerId() - * @method int getPollShowResults() + * @method int getAnonymized() + * @method string getPollOwnerId() + * @method string getPollShowResults() * @method int getPollExpire() */