File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments