mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-21 08:10:50 +00:00
* Handle \SplFileObject before primitive(to avoid php8 settype() error) * Add test case * Add array check to fix type error Code throws error: array_key_exists() expects parameter 2 to be array, null given When $httpHeaders argument is null. Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>