From 2aad9b6ae61337ef94b05adc377a9ad2cbaa8eb8 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 00:40:38 +0100 Subject: Add Android wrapper, remove plain Java Maven wrapper. Fix some overrides in Makefiles. --- wrappers/php/src/Discovery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrappers/php/src/Discovery.php') diff --git a/wrappers/php/src/Discovery.php b/wrappers/php/src/Discovery.php index 322d621..99464f9 100644 --- a/wrappers/php/src/Discovery.php +++ b/wrappers/php/src/Discovery.php @@ -32,8 +32,8 @@ final class Discovery * @param string $signedJson Signed .json file contents. * @param string $expectedFileName The file type to be verified, one of "server_list.json" or * "organization_list.json". - * @param int $minSignTime Minimum time for signature. Should be set to at least the time of the previous - * signature. + * @param int $minSignTime Minimum time for signature (UNIX timestamp, seconds). Should be set to at least + * the time of the previous signature. * @return void * @throws InvalidArgumentException If expectedFileName is not one of the allowed values. * @throws VerifyException If signature verification fails. -- cgit v1.2.3