imap-bundle
imap-bundle copied to clipboard
Fixing connection names
This is my answer to point 1 at https://github.com/secit-pl/imap-bundle/pull/37#issuecomment-1905650091
- You shouldn't call it "example_connection", cause then it would be injected as
exampleConnectionConnection;-) - I also changed
full_configtofullConfig: In the end it will be camelCased anyway - so why not start with camelCase right away?