We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dce7f commit 1fcf754Copy full SHA for 1fcf754
service_container/service_decoration.rst
@@ -239,6 +239,6 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
239
240
The generated code will be the following::
241
242
- $this->services[Foo:class] = new Baz(new Bar(new Foo()));
+ $this->services[Foo::class] = new Baz(new Bar(new Foo()));
243
244
.. _decorator pattern: https://en.wikipedia.org/wiki/Decorator_pattern
0 commit comments