microsoft / kiota

OpenAPI based HTTP Client code generator
https://aka.ms/kiota/docs
MIT License
3.02k stars 210 forks source link

Php integration failing due to wrong parameter types. #5779

Open timayabi2020 opened 2 weeks ago

timayabi2020 commented 2 weeks ago

Generated clients for php during integration testing contain files with wrong import statements of the string type. Instead of string array an object array is being passed. See image below. Image.

The below log info extracted from one of the test runs further gives a good view of the above scenario. Image