mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-06 22:31:35 +00:00
Fix arginfos and tests for PHP 8
This commit is contained in:
parent
542d121eca
commit
100a19ce40
5 changed files with 15 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ gnupgt::import_key();
|
|||
|
||||
$gpg = gnupg_init();
|
||||
gnupg_seterrormode($gpg, GNUPG_ERROR_WARNING);
|
||||
$ret = gnupg_deletekey($gpg, $fingerprint,true);
|
||||
$ret = gnupg_deletekey($gpg, $fingerprint, true);
|
||||
var_dump($ret);
|
||||
?>
|
||||
--EXPECT--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue