-
Notifications
You must be signed in to change notification settings - Fork 18
Add display names feature #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Parser/Parser.php
Outdated
/** @var Users $users */ | ||
protected $users; | ||
|
||
public function __construct(Config $config, ResourceManager $resourceManager, MetadataDriver $metadata, Users $users) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If BC is being observed, this is a break.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! Good point!
Thanks for checking @GawainLynch 👍
Moved mandatory constructor param to public NB: Good resource on BC: https://symfony.com/doc/current/contributing/code/bc.html |
d3f079b
to
0de2c89
Compare
0de2c89
to
ec57a3b
Compare
Hey @xiaohutai ! Are we all good here ? Is this merge-able and bump-able to v4.0 ? 😃 |
@HorlogeSkynet Watch out for |
Thanks for all, see you 👋🏻 |
Wow, such rude boys we are... Just wanted to tell you this DID PERFECTLY THE JOB. Thanks again. Bye 👋 |
😍 |
Requires opt-in via
enabledisplaynames
in configI'm not 100% about adding a whole service for one feature.
Ideally this key, value is added before parse?
Fixes #84