diff --git a/src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml b/src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml new file mode 100644 index 0000000000..0312a70f15 --- /dev/null +++ b/src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml @@ -0,0 +1,107 @@ + + + + + + + [ + 1, + 2, +]; + +if ($condition) { + $a = + [ + 1, + 2, + ]; +} + + ]]> + + + [ + 1, + 2, + ]; +} + ]]> + + + + + + + + 1, + 2, + 3, +); + ]]> + + + 1, + 2, + 3, +); + ]]> + + + + + + + + +]; + ]]> + + + ]; + ]]> + + + + + + + + ); + ]]> + + + ); + ]]> + + +