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
The bundle assumes that annotations are named exactly @Consumer and @Producer. This is not entirely correct.
Using the namespace for annotations is pretty common case, especially when using Doctrine Annotations.
It's thus impossible to use i.e. @Bunny\Consumer or @Bunny\Producer.
The text was updated successfully, but these errors were encountered:
The bundle assumes that annotations are named exactly
@Consumer
and@Producer
. This is not entirely correct.Using the namespace for annotations is pretty common case, especially when using Doctrine Annotations.
It's thus impossible to use i.e.
@Bunny\Consumer
or@Bunny\Producer
.The text was updated successfully, but these errors were encountered: