Skip to content

Commit daaeccf

Browse files
committed
minor #17577 chore: Add missing semicolon (TheKhanj)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- chore: Add missing semicolon <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 836a973 chore: Add missing semicolon
2 parents f9aaa15 + 836a973 commit daaeccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dependency_injection.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ config files:
300300
$services = $container->services();
301301
$services->set('mailer', 'Mailer')
302302
->args(['%mailer.transport%'])
303+
;
303304
304305
$services->set('mailer', 'Mailer')
305306
// the param() method was introduced in Symfony 5.2.

0 commit comments

Comments
 (0)