Skip to content

Commit aa9e62f

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Update service_decoration.rst
2 parents 2a7880a + de4e978 commit aa9e62f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

service_container/service_decoration.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
301301
class Bar
302302
{
303303
public function __construct(
304-
private #[AutowireDecorated] $inner,
304+
#[AutowireDecorated]
305+
private $inner,
305306
) {
306307
}
307308
// ...
@@ -311,7 +312,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
311312
class Baz
312313
{
313314
public function __construct(
314-
private #[AutowireDecorated] $inner,
315+
#[AutowireDecorated]
316+
private $inner,
315317
) {
316318
}
317319

0 commit comments

Comments
 (0)