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

Static analysis with PHPStan #49

Closed lookyman closed 4 years ago

lookyman commented 4 years ago

I got it up to level 5 with just a few simple changes, but level 6 starts to reqire typehints and suddenly we have 150+ errors, so level 5 it is for now..

cebe commented 4 years ago

Thank you!