mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix deprecation warning in PHP 8
This commit is contained in:
parent
6c139c543e
commit
5f4e7946a3
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class Query extends VariableBase
|
|||
* @param int $count_only
|
||||
* @return string
|
||||
*/
|
||||
public function getQueryString(string $prefix = '', array $args, array $column_list = [], int $count_only = 0): string
|
||||
public function getQueryString(string $prefix = '', array $args = [], array $column_list = [], int $count_only = 0): string
|
||||
{
|
||||
// Save the query information.
|
||||
$this->_prefix = $prefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue