Merge branch 'rhymix:master' into master

This commit is contained in:
Lastorder 2025-07-28 19:02:10 +09:00 committed by GitHub
commit 0598ae4b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 132 additions and 63 deletions

View file

@ -15,7 +15,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll infomation
* @brief returns poll information
*/
public function _getPollinfo($poll_srl)
{
@ -78,7 +78,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll infomation
* @brief returns poll information
*/
public function getPollinfo()
{
@ -89,7 +89,7 @@ class PollModel extends Poll
}
/**
* @brief returns poll item infomation
* @brief returns poll item information
*/
public function getPollitemInfo()
{