- Issue created by @smustgrave
- πΊπΈUnited States xjm
Can we confirm that this wasn't just a bad merge? I.e., were the docs for this updated sometime in the past 6-12 months (such that this would be reverting such a change)?
Found in π Fix Drupal.Commenting.DocCommentLongArraySyntax coding standard Needs work
This is just one instance but there could be others. Will need to determine scope
Before
* '{{ arguments.foo.a }}' => 'value',
* '{{ arguments.foo.b }}' => 'value',
* '{{ arguments.bar.a }}' => 'value',
* '{{ arguments.bar.b.c }}' => 'value',
after
* '%foo_a' => 'value'
* '%foo_b' => 'value'
* '%bar_a' => 'value'
* '%bar_b_c' => 'value'
N/A
TBD
Determine better title
Determine scope
N/A
N/A
N/A
N/A
Active
11.0 π₯
Can we confirm that this wasn't just a bad merge? I.e., were the docs for this updated sometime in the past 6-12 months (such that this would be reverting such a change)?