-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
feature: add docs for extra fields #11814
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
73e4f2f
to
879e1fe
Compare
|
||
**type**: ``array`` **default**: ``null`` | ||
|
||
This is the custom fields to pull from the LDAP server. If the fields does not |
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.
Defines the custom fields...
... If any field does not exist, an Invalid... will be thrown.
879e1fe
to
76dadf8
Compare
This PR was submitted for the master branch but it was merged into the 4.4 branch instead (closes #11814). Discussion ---------- feature: add docs for extra fields <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Fix #11810 Commits ------- 76dadf8 feature: add docs for extra fields
Thanks Hamza for this contribution! I made Ryan's suggested changes while merging and I also added the missing "versionadded:: 4.4" directive. |
Thanks Javier, I forgot about Ryan's suggestion. |
Fix #11810