phpstan-src
phpstan-src copied to clipboard
Implement `call_user_func_array()` DynamicFunctionReturnTypeExtension and rule
refs https://github.com/phpstan/phpstan-src/pull/2479#issuecomment-1613755928
closes https://github.com/phpstan/phpstan/issues/5942
call_user_func_array() can return false on error - I need to verify when this can happen
This pull request has been marked as ready for review.