Skip to content

Commit 43a7a17

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [DependencyInjection] fix attribute first element
2 parents 3bda73e + 78af798 commit 43a7a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Three different behaviors are available:
620620
class Bar
621621
{
622622
public function __construct(
623-
private #[AutowireDecorated] $inner,
623+
#[AutowireDecorated] private $inner,
624624
) {
625625
}
626626

0 commit comments

Comments
 (0)