Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff84e73 commit 883e3a9Copy full SHA for 883e3a9
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