Skip to content

Commit 498983d

Browse files
rodrigoprimojrfnl
andauthored
Apply suggestions from code review
Co-authored-by: Juliette <[email protected]>
1 parent 948b2fb commit 498983d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
]]>
66
</standard>
77
<code_comparison>
8-
<code title="Valid: Opening square bracket/parenthesis token of a multi-line array indented at least to the same level of the start of the statement.">
8+
<code title="Valid: Opening square bracket/parenthesis token of a multi-line array indented at least to the same level as the start of the statement.">
99
<![CDATA[
1010
if ($condition) {
1111
$a =
@@ -16,7 +16,7 @@ if ($condition) {
1616
}
1717
]]>
1818
</code>
19-
<code title="Invalid: Opening square bracket/parenthesis of a multi-line array not indented at least to the same level of the start of the statement.">
19+
<code title="Invalid: Opening square bracket/parenthesis of a multi-line array not indented at least to the same level as the start of the statement.">
2020
<![CDATA[
2121
if ($condition) {
2222
$a =

0 commit comments

Comments
 (0)