mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix data type expected
This commit is contained in:
parent
ec8d837924
commit
dc489e26cc
1 changed files with 3 additions and 3 deletions
|
|
@ -30,10 +30,10 @@ class Identity
|
||||||
}
|
}
|
||||||
|
|
||||||
public function add(
|
public function add(
|
||||||
?string $crt,
|
string $crt,
|
||||||
?string $key,
|
string $key,
|
||||||
?string $name = null,
|
?string $name = null,
|
||||||
?int $time = null
|
?int $time = null
|
||||||
): int
|
): int
|
||||||
{
|
{
|
||||||
$query = $this->_connection->prepare(
|
$query = $this->_connection->prepare(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue