Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cbcf11

Browse filesBrowse files
committed
minor #16772 [DependencyInjection] Fix a reference to the article about expressions (javiereguiluz)
This PR was squashed before being merged into the 6.1 branch. Discussion ---------- [DependencyInjection] Fix a reference to the article about expressions Reported by Symfony Docs builder: ``` Errors for symfony / 6.1 Build errors from "2022-05-03 10:20:12" Found invalid reference "/service_container/expressions" in file "service_container/factories" Found invalid reference "/service_container/expressions" in file "service_container/factories" ``` Commits ------- da91570 [DependencyInjection] Fix a reference to the article about expressions
2 parents 082570a + da91570 commit 1cbcf11
Copy full SHA for 1cbcf11

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎frontend/encore/simple-example.rst‎

Copy file name to clipboardExpand all lines: frontend/encore/simple-example.rst
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ Encore supports many more features! For a full list of what you can do, see
467467
.. _`WebpackEncoreBundle Configuration`: https://github.com/symfony/webpack-encore-bundle#configuration
468468
.. _`Stimulus`: https://stimulus.hotwired.dev/
469469
.. _`Stimulus Documentation`: https://stimulus.hotwired.dev/handbook/introduction
470-
.. _`Symfony UX Packages`: https://github.com/symfony/ux
471470
.. _`Symfony Stimulus Bridge`: https://github.com/symfony/stimulus-bridge
472471
.. _`Turbo`: https://turbo.hotwired.dev/
473472
.. _`symfony/ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
Collapse file

‎service_container/factories.rst‎

Copy file name to clipboardExpand all lines: service_container/factories.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Using Expressions in Service Factories
247247
Using expressions as factories was introduced in Symfony 6.1.
248248

249249
Instead of using PHP classes as a factory, you can also use
250-
:doc:`expressions </service_container/expressions>`. This allows you to
250+
:doc:`expressions </service_container/expression_language>`. This allows you to
251251
e.g. change the service based on a parameter:
252252

253253
.. configuration-block::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.