You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found nothing in the documentation (and no test, but didn't search for too long).
Are there some docs about annotations that I can use without explicitly naming the parameters?
I guess it just injects an array with the key "value" but I am not to sure.
I think it is called value and passed to the constructor of your annotation as such, but not sure about it either: would indeed need test and documentation additions.
Hi,
I have found nothing in the documentation (and no test, but didn't search for too long).
Are there some docs about annotations that I can use without explicitly naming the parameters?
I guess it just injects an array with the key
"value"
but I am not to sure.For reference, I mean code like this:
How is this unnamed parameter injected? It would be great if we could add a note about that on https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/custom.html
The text was updated successfully, but these errors were encountered: