Skip to content

Commit

Permalink
changelog and quick type fix
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed Feb 24, 2024
1 parent 2357818 commit 596b277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions lib/Db/EntityWithUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
*/

Expand Down

0 comments on commit 596b277

Please sign in to comment.