Skip to content

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Apr 22, 2021

Only two more PRs after this =)

->fromEmail('error@example.com')
->toEmail(['error@example.com'])
// or a list of recipients
// ->toEmail(['dev1@example.com', 'dev2@example.com', ...])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im not sure we need to show that a "list of recipients" is possible since toEmail() requires an array.

->fromEmail('error@example.com')
->toEmail(['error@example.com'])
// or a list of recipients
// ->toEmail(['dev1@example.com', 'dev2@example.com', ...])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

@carsonbot carsonbot changed the title [Monolog] Add ConfigBuilders for Monolog [Logger] [Monolog] Add ConfigBuilders for Monolog Apr 23, 2021
@javiereguiluz javiereguiluz added this to the 5.3 milestone Apr 23, 2021
@javiereguiluz
Copy link
Member

Thanks Tobias. While merging I left the examples that you wondered about. You are right that they are not strictly needed, but they probably were added to avoid confusion of some readers, so let's keep it for now. Thanks!

@javiereguiluz javiereguiluz merged commit 942541a into symfony:5.x Apr 23, 2021
@Nyholm
Copy link
Member Author

Nyholm commented Apr 23, 2021

Thank you for merging and for the feedback.

@Nyholm Nyholm deleted the monolog-config-builder branch April 23, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants