laravel-openapi
laravel-openapi copied to clipboard
sort collection of component classes
We have a check in our github actions, if the generated doku is up to date. So we compare the version we have checked in with a new generated one. But the components will be sorted different between the systems. So the ceck fails because the two dokus have the same content but in a different order. With this new line the componets will have the same order always.