Skip to content

Commit 0a2d158

Browse files
committed
[DependencyInjection] fix attribute first element
1 parent 5a6d715 commit 0a2d158

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)