From 0b816732ff21bef90199b42ec0215e3226a85392 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 31 Oct 2024 09:44:40 -0300 Subject: [PATCH] Generic/ArrayIndent: add XML documentation (#432) --- .../Docs/Arrays/ArrayIndentStandard.xml | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 src/Standards/Generic/Docs/Arrays/ArrayIndentStandard.xml 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, +); + ]]> + + + + + + + + +]; + ]]> + + + ]; + ]]> + + + + + + + + ); + ]]> + + + ); + ]]> + + +