cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

Fix tests on PHP 7.1 #91

Closed cebe closed 3 years ago

cebe commented 3 years ago

Seems array keys are interpreted differently:

https://github.com/cebe/php-openapi/runs/1560459049?check_suite_focus=true#step:12:70

cebe commented 3 years ago

Probably related to https://www.php.net/manual/de/migration72.incompatible.php#migration72.incompatible.object-array-casts

Convert numeric keys in object and array casts