Skip to content

Commit 6e4d251

Browse files
committed
minor #60335 [Mailer][Mime] Update SMIME repository node description in configuration (Spomky)
This PR was merged into the 7.3 branch. Discussion ---------- [Mailer][Mime] Update SMIME repository node description in configuration | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Nothing | License | MIT Clarified the documentation for the S/MIME certificate repository configuration. It now specifies that the repository should be a service implementing `SmimeCertificateRepositoryInterface`. Commits ------- 6678e91 [Mailer][Mime] Update SMIME repository node description in configuration
2 parents 25e04ae + 6678e91 commit 6e4d251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ private function addMailerSection(ArrayNodeDefinition $rootNode, callable $enabl
23502350
->info('S/MIME encrypter configuration')
23512351
->children()
23522352
->scalarNode('repository')
2353-
->info('Path to the S/MIME certificate repository. Shall implement the `Symfony\Component\Mailer\EventListener\SmimeCertificateRepositoryInterface`.')
2353+
->info('S/MIME certificate repository service. This service shall implement the `Symfony\Component\Mailer\EventListener\SmimeCertificateRepositoryInterface`.')
23542354
->defaultValue('')
23552355
->cannotBeEmpty()
23562356
->end()

0 commit comments

Comments
 (0)