Djordy Koert
Djordy Koert
See this issue on the discord: https://discord.com/channels/493691955184926720/1071031553460817990/1071483509874634802 Fixes docker container not being able to show the table (does not look optimal but so be it I guess) ## Disclaimer This...
not sure what a proper fix can be for https://github.com/nelmio/NelmioApiDocBundle/issues/2218.
I think we should start preparing for NelmioApiDocBundle v5 and move forward with this bundle. # PHP 8.1+ First of all I would like to remove support for PHP 7....
Related to https://github.com/nelmio/NelmioApiDocBundle/issues/2136. According to Packagist less than 1% use PHP 7.2 & less than 1% use PHP 7.3. https://packagist.org/packages/nelmio/api-doc-bundle/php-stats#4 Around 20% of installs still happen on PHP 7.4 which...
https://github.com/symfony/symfony/pull/52510 Symfony 7.1 will introduce a new `TypeInfo` component in favor of the current `PropertyInfo` component. This component includes much better type information compared to the current `PropertyInfo` component so...
I would have expected the underlying swagger-php to automatically transform the generated schema to the correct notation https://github.com/zircote/swagger-php/pull/1503. This does not seem to be the case when Symfony constraints are...
Support for PHP 7.4 has stopped 9 months ago. NelmioApiDocBundle still supports PHP 7.2 and higher so it's probably a good idea to migrate to PHP 8 and [Symfony 6](https://symfony.com/releases/6.0)...
### Description Symfony's serializer component comes with it's own [ProblemNormalizer](https://github.com/symfony/symfony/blob/7.0/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php) which allows exceptions (`FlattenException`) to be transformed into [different formats](https://symfony.com/doc/current/controller/error_pages.html#overriding-error-output-for-non-html-formats). Users of Symfony can also utilize an [error listener/subscriber](https://symfony.com/doc/current/controller/error_pages.html#working-with-the-kernel-exception-event) to...