mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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(
|
||||
?string $crt,
|
||||
?string $key,
|
||||
string $crt,
|
||||
string $key,
|
||||
?string $name = null,
|
||||
?int $time = null
|
||||
?int $time = null
|
||||
): int
|
||||
{
|
||||
$query = $this->_connection->prepare(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue