FoxCie
FoxCie
**Describe the bug** I tried disabling actions from a Crud controller, but the actions were not disabled. After digging it up a little bit, I finally understood that the reason...
Hello, I am trying to make use of generics work when using traits from traits (see https://github.com/phpstan/phpstan/issues/9630). It works totally fine when using a single file, but not when separating...
With symfony/form >= v7.3.5, EnumType uses the keys of the choices option as labels for the enum cases, breaking the translation that happened previously when enum implements TranslatableInterface. The translation...
**Describe the bug** When working with PHPStan and AbstractCrudTestCase, the return type of the method `getCrudControllerFqcn` is marked as `class-string`, but since `CrudControllerInterface` is templated, PHPStan reports that the template...
**Describe the bug** Up until symfony/form v7.3.4, creating a ChoiceField from a property mapped to a backedEnum implementing TranslatableInterface was working fine, with choices being displayed as the return value...