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:
850
850
asset_mapper :
851
851
paths :
852
852
- assets/
853
- - vendor/some/package/assets
853
+ - vendor/babdev/pagerfanta-bundle/Resources/public/css/
854
854
855
855
Then try the command again.
856
856
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
291
291
class Bar
292
292
{
293
293
public function __construct(
294
- private #[AutowireDecorated] $inner,
294
+ #[AutowireDecorated]
295
+ private $inner,
295
296
) {
296
297
}
297
298
// ...
@@ -301,7 +302,8 @@ the ``decoration_priority`` option. Its value is an integer that defaults to
301
302
class Baz
302
303
{
303
304
public function __construct(
304
- private #[AutowireDecorated] $inner,
305
+ #[AutowireDecorated]
306
+ private $inner,
305
307
) {
306
308
}
307
309
You can’t perform that action at this time.
0 commit comments