Miroslav V.
Miroslav V.
After updating to Symfony 6.3, we get the following deprecation warnings with version [1.9.2](https://github.com/APY/APYBreadcrumbTrailBundle/releases/tag/v1.9.2) of this package. ``` Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in...
It seems this plugin does handle [constant](https://twig.symfony.com/doc/3.x/tests/constant.html) function correctly. The following example code: ``` {% if post.status is constant('Post::PUBLISHED') %} the status attribute is exactly the same as Post::PUBLISHED {%...
**API Platform version(s) affected**: 4.1.9 **Description** When requesting API documentation in YAML format at `/api/docs.yamlopenapi`, the response contains ~~JSON format instead of YAML format~~ different formatting than provided by `api:openapi:export...