Skip to content

Commit 5bbfa12

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix syntax in code example with promoted attribute
2 parents 5779723 + 194b271 commit 5bbfa12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service_container/service_decoration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ automatically changed to ``'.inner'``):
153153
class DecoratingMailer
154154
{
155155
public function __construct(
156-
private #[AutowireDecorated] $inner,
156+
#[AutowireDecorated]
157+
private $inner,
157158
) {
158159
}
159160

0 commit comments

Comments
 (0)