-
Notifications
You must be signed in to change notification settings - Fork 93
Updated documentation for the ConfigFormNotesInterface usages. #214
base: main
Are you sure you want to change the base?
Updated documentation for the ConfigFormNotesInterface usages. #214
Conversation
shinde-rahul
commented
Oct 11, 2022
- The integration bundle ConfigFormNotesInterface usages.
@escopecz @kuzmany @RCheesley Please review. |
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.
Reads good to me. Thanks!
use Mautic\IntegrationsBundle\Integration\Interfaces\ConfigFormSyncInterface; | ||
use Mautic\IntegrationsBundle\Mapping\MappedFieldInfoInterface; | ||
use Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Object\Company; | ||
use Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Object\Contact; |
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.
Although the use statements are quite long and for example this one is not used. Can you remove the unused ones?
Thanks for the PR @shinde-rahul - please can you also raise it on the WIP new docs if you have a moment - I think this is the relevant page: https://github.com/mautic/developer-documentation-new/blob/main/docs/plugins/config.rst which can be previewed at https://mautic-developer.readthedocs.io/en/latest/plugins/config.html. Important note: If this only applies to 5.x please make the PR on the 5.x branch of the docs, previewed here: https://mautic-developer.readthedocs.io/en/5.x/plugins/config.html. Thanks! |