fix: type
This commit is contained in:
parent
14b10eea22
commit
580ca3030d
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ namespace ctiso {
|
||||||
/**
|
/**
|
||||||
* Выполняет запрос к базе данных
|
* Выполняет запрос к базе данных
|
||||||
* @param string $query - запрос
|
* @param string $query - запрос
|
||||||
* @param ?array<string, mixed> $values - значения
|
* @param ?array<mixed> $values - значения
|
||||||
*/
|
*/
|
||||||
public function executeQuery($query, $values = null): PDOStatement
|
public function executeQuery($query, $values = null): PDOStatement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue