File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Standards/Generic/Docs/Arrays Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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[
1010if ($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[
2121if ($condition) {
2222 $a =
You can’t perform that action at this time.
0 commit comments