Skip to content

Commit 7fa732d

Browse files
committed
fix(code): small fix on code block
1 parent b236ab7 commit 7fa732d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/injection_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ which allow the container to return the newly created service:
321321
// ...
322322
$container->register('app.newsletter_manager', NewsletterManager::class)
323323
->addMethodCall('withMailer', [new Reference('mailer')], true);
324-
`
324+
325325
.. note::
326326

327327
This type of injection require that you add a ``@return static`` docblock in order

0 commit comments

Comments
 (0)