Skip to content

Commit 600a359

Browse files
Yorick Phoenixondrejmirtes
authored andcommitted
Make gnupg_init paramaters options
1 parent 27631a2 commit 600a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3635,7 +3635,7 @@
36353635
'gnupg_getprotocol' => ['int', 'identifier'=>'resource'],
36363636
'gnupg_gettrustlist' => ['array', 'identifier'=>'resource', 'pattern'=>'string'],
36373637
'gnupg_import' => ['array|false', 'identifier'=>'resource', 'keydata'=>'string'],
3638-
'gnupg_init' => ['resource', 'options'=>'?array{file_name?:string,home_dir?:string}'],
3638+
'gnupg_init' => ['resource', 'options='=>'?array{file_name?:string,home_dir?:string}'],
36393639
'gnupg_keyinfo' => ['array|false', 'identifier'=>'resource', 'pattern'=>'string'],
36403640
'gnupg_listsignatures' => ['?array', 'identifier'=>'resource', 'keyid'=>'string'],
36413641
'gnupg_setarmor' => ['bool', 'identifier'=>'resource', 'armor'=>'int'],

0 commit comments

Comments
 (0)