fix default valur

This commit is contained in:
Remi Collet 2021-02-10 11:04:17 +01:00
commit 7086a7e25a
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ function scard_list_readers($context): array|false {}
* @param resource $context
* @return resource|false
*/
function scard_connect($context, string $reader_name, int $preferred_protocol=SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T0, int &$current_protocol=NULL): array|false {}
function scard_connect($context, string $reader_name, int $preferred_protocol=SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1, int &$current_protocol=NULL): array|false {}
/**
* @param resource $card