Skip to content

Commit 8c6e96a

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Fixing path Update service_decoration.rst
2 parents 0c36a4f + aa9e62f commit 8c6e96a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ file:
850850
asset_mapper:
851851
paths:
852852
- assets/
853-
- vendor/some/package/assets
853+
- vendor/babdev/pagerfanta-bundle/Resources/public/css/
854854
855855
Then try the command again.
856856

service_container/service_decoration.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
291291
class Bar
292292
{
293293
public function __construct(
294-
private #[AutowireDecorated] $inner,
294+
#[AutowireDecorated]
295+
private $inner,
295296
) {
296297
}
297298
// ...
@@ -301,7 +302,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
301302
class Baz
302303
{
303304
public function __construct(
304-
private #[AutowireDecorated] $inner,
305+
#[AutowireDecorated]
306+
private $inner,
305307
) {
306308
}
307309

0 commit comments

Comments
 (0)