mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
10 lines
192 B
PHP
10 lines
192 B
PHP
<?php
|
|
|
|
/**
|
|
* @param resource $connection
|
|
* @param 0|1 $value
|
|
*
|
|
* @return (func_num_args() > 1 ? bool : (0|1))
|
|
*/
|
|
function db2_autocommit($connection, int $value = null): int|bool {}
|