Bug report
Using the latest PHPStan version on PHP 7.4
As of PHP7.3+, PHP allows setting an option array to setcookie and setrawcookie instead of manually supplying all options.
https://www.php.net/manual/en/function.setrawcookie.php
Code snippet that reproduces the problem.
https://phpstan.org/r/0da67696-93eb-4dee-8e36-df50430f437b
Expected output
Like in setcookie, phpstan should not complain on setrawcookie's alternative signature.