fix data type expected

This commit is contained in:
yggverse 2024-08-03 02:05:56 +03:00
parent ec8d837924
commit dc489e26cc

View file

@ -30,8 +30,8 @@ class Identity
}
public function add(
?string $crt,
?string $key,
string $crt,
string $key,
?string $name = null,
?int $time = null
): int