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.
2 parents 2a7880a + de4e978 commit aa9e62fCopy full SHA for aa9e62f
service_container/service_decoration.rst
@@ -301,7 +301,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
301
class Bar
302
{
303
public function __construct(
304
- private #[AutowireDecorated] $inner,
+ #[AutowireDecorated]
305
+ private $inner,
306
) {
307
}
308
// ...
@@ -311,7 +312,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
311
312
class Baz
313
314
315
316
317
318
319
0 commit comments