8000 Update DependencyInjection/Configuration.php · symfony/monolog-bundle@ba1ee38 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba1ee38

Browse files
acasademontnoniagriconomie
authored andcommitted
Update DependencyInjection/Configuration.php
Co-authored-by: Antoine Makdessi <antoine.makdessi@agriconomie.com>
1 parent 38a2b16 commit ba1ee38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public function getConfigTreeBuilder()
833833
->end()
834834
->validate()
835835
->ifTrue(function ($v) { return 'symfony_mailer' === $v['type'] && empty($v['email_prototype']) && (empty($v['from_email']) || empty($v['to_email']) || empty($v['subject'])); })
836-
->thenInvalid('The sender, recipient and subject or an email prototype have to be specified to use a MailerHandler')
836+
->thenInvalid('The sender, recipient and subject or an email prototype have to be specified to use the Symfony MailerHandler')
837837
->end()
838838
->validate()
839839
->ifTrue(function ($v) { return 'service' === $v['type'] && !isset($v['id']); })

0 commit comments

Comments
 (0)
0