Skip to content

Commit c65a7ff

Browse files
committed
minor #20372 [DependencyInjection] fix attribute first element (maxhelias)
This PR was merged into the 7.1 branch. Discussion ---------- [DependencyInjection] fix attribute first element <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 1a72556 [DependencyInjection] fix attribute first element
2 parents 9166b04 + 1a72556 commit c65a7ff

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
@@ -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)