Antoine Lamirault
Antoine Lamirault
What do you think to had a link to https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Runtime/Internal/autoload_runtime.template in order to show an example and/or the default runtime template ?
@greg0ire I fixed code style, pipeline should be green now
> I did not find any example on map entity, you may consider this example below > > ``` > #[Route(path: '/profile/{name:name}/{age:age}', name: 'profile', methods: ['GET'])] > public function fetchProfile(Profile...
It may be document on https://symfony.com/doc/current/reference/dic_tags.html#kernel-reset But warning/info in messenger doc should also be added https://github.com/symfony/symfony/pull/54666#issuecomment-2065954971 ?
Thank you for the explanation. PR is welcome to avoid deprecation or exception for newcomers
Thanks @xabbuh and @HypeMC for the review. I added TypeError when args types are not ok
I looked a bit but I'm not sure if it's possible to bind error on good path. `UniqueEntity` is a class annotation while `Unique` a property/method annotation. In UniqueEntityValidator, error...
Still relevant
Thanks you @MatTheCat ! It's fix the bug
@xabbuh Do you have time to apply suggestions ? (If not I can take care of this)