Skip to content

Commit 0d5c918

Browse files
committed
Implement changes suggested during code review
1 parent 674ff89 commit 0d5c918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
>
66
<standard>
77
<![CDATA[
8-
When a multi-item array uses keys, each key/value pair must start on a new line.
8+
Multi-item arrays using keys must be declared as multi-line arrays.
99
]]>
1010
</standard>
1111
<code_comparison>
12-
<code title="Valid: Only one key/value pair per line on a multi-item array.">
12+
<code title="Valid: Multi-item array using keys declared as multi-line.">
1313
<![CDATA[
1414
$args = array(
1515
<em>'cat' => 1</em>,

0 commit comments

Comments
 (0)