Skip to content

Commit 727e856

Browse files
committed
minor #7965 fix broken hash value of link (robertfausk, javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- fix broken hash value of link E.g. change http://symfony.com/doc/2.8/components/dependency_injection/compilation.html#components-di-separate-compiler-passes to http://symfony.com/doc/2.8/components/dependency_injection/compilation.html#creating-separate-compiler-passes Affects all upstream versions up to 3.3/3.4 Commits ------- 540b3f0 Fixed a wrong reference cdcce28 fix broken hash value of link
2 parents 51e7b68 + 540b3f0 commit 727e856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/compiler_passes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How to Work with Compiler Passes in Bundles
88
Compiler passes give you an opportunity to manipulate other service
99
definitions that have been registered with the service container. You
1010
can read about how to create them in the components section
11-
":ref:`components-di-compiler-pass`".
11+
":ref:`components-di-separate-compiler-passes`".
1212

1313
When using :ref:`separate compiler passes <components-di-separate-compiler-passes>`,
1414
you need to register them in the ``build()`` method of the bundle class (this

0 commit comments

Comments
 (0)