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,8 +30,8 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue