From da915703a7222b68378be3b9375fa0d7b1bae02c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 3 May 2022 12:31:42 +0200 Subject: [PATCH] [DependencyInjection] Fix a reference to the article about expressions --- frontend/encore/simple-example.rst | 1 - service_container/factories.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index b8838354235..21a3bad9093 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -467,7 +467,6 @@ Encore supports many more features! For a full list of what you can do, see .. _`WebpackEncoreBundle Configuration`: https://github.com/symfony/webpack-encore-bundle#configuration .. _`Stimulus`: https://stimulus.hotwired.dev/ .. _`Stimulus Documentation`: https://stimulus.hotwired.dev/handbook/introduction -.. _`Symfony UX Packages`: https://github.com/symfony/ux .. _`Symfony Stimulus Bridge`: https://github.com/symfony/stimulus-bridge .. _`Turbo`: https://turbo.hotwired.dev/ .. _`symfony/ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html diff --git a/service_container/factories.rst b/service_container/factories.rst index e0dd2215b9e..985bbe72deb 100644 --- a/service_container/factories.rst +++ b/service_container/factories.rst @@ -247,7 +247,7 @@ Using Expressions in Service Factories Using expressions as factories was introduced in Symfony 6.1. Instead of using PHP classes as a factory, you can also use -:doc:`expressions `. This allows you to +:doc:`expressions `. This allows you to e.g. change the service based on a parameter: .. configuration-block::