Skip to content

Commit 836a973

Browse files
TheKhanjjaviereguiluz
authored andcommitted
chore: Add missing semicolon
1 parent f9aaa15 commit 836a973

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)