Blueprint generation crashes with 'undefined offset:1' if file keyword is in the request body
Open
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
This line crashes blueprint generation:
````
* @Request("file=filedata", headers={"Authorization": "Bearer xxxxxx"}, contentType="application/x-www-form-urlencoded")
````
But this is OK
````
* @Request("fixle=fixledata", headers={"Authorization": "Bearer xxxxxx"}, contentType="application/x-www-form-urlencoded")
````
Contributor guide
Assessment
This issue has not been assessed yet.