javaDeveloperKid

Results 64 comments of javaDeveloperKid

> You may add an option to configure which allows Rector to add an annotation even one exists? I'll see.

> Because of that I skipped the route if a route annoation already exists. I have second thoughts on this. The first route annotation **is different** because the name is...

I just wonder why it just can't add a new line with `@Route` annotaton. Why is the previous line with a typo affecting the behaviour?

`* @ORM\CustomIdGenerator("")` https://www.doctrine-project.org/projects/doctrine-bundle/en/2.4/custom-id-generators.html Will take a look at this objectManagerLoader feature.

@NMe84 it works because `UuidGenerator::class` is a service id as well as a FQCN. You can do `new $fqcn()` but you can't do `new 'doctrine.uuid_generator'` as such class does nor...

I did not update services.yaml after adding another constructor parameter in a class. That's all.

> Isn't that reported by Symfony during container compilation? It looks like not as the error has occurred on production. > Anyway, I'd say this falls outside of responsibilites of...

> Yep, it should be. Maybe it's reported since the specific Symfony version? Do you know which one?