Dragos Protung
Dragos Protung
After #5075 error messages are not rendered anymore. This patch will show them, restoring the previous "design". We could manually render the form errors and maybe even show some info...
# Bug report ### Code snippet that reproduces the problem https://phpstan.org/r/a37ea7d6-2c1d-44d1-8257-338d6ffe8465 ### Expected output The two types should be the same
When creating the `Action` back from the DTO, the `url` is lost.
If an action has been disabled, there is no way to reenable it. This is usefull when having a base controller that gets extended to create different views. If an...
**Describe the bug** Setting the tab label to a `TranslatableInterface` will lead to a crash **To Reproduce** ```php // Add a tab FormField::addTab(new \Symfony\Component\Translation\TranslatableMessage('some.translation.key')); ``` **Additional context** ``` TypeError: strip_tags():...
### 🚀 Describe the Feature Currently templating seems to not be supported when declared in traits. ### ✅ Use Case / Example ```php /** * @template TValue of object */...
https://psalm.dev/r/0e61f48773