Skip to content

Commit 1a72556

Browse files
committed
[DependencyInjection] fix attribute first element
1 parent d1a1278 commit 1a72556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Three different behaviors are available:
630630
class Bar
631631
{
632632
public function __construct(
633-
private #[AutowireDecorated] $inner,
633+
#[AutowireDecorated] private $inner,
634634
) {
635635
}
636636

0 commit comments

Comments
 (0)