From d783b206bd91e92c53caa02ebf3737c588d76a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20=C5=BDoljom?= Date: Wed, 3 Jan 2024 19:47:15 +0100 Subject: [PATCH] [Documentation] PSR12 - Closing Brace (#170) * Add the documentation for the PSR12 Closing Brace Sniff --- .../Docs/Classes/ClosingBraceStandard.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/Standards/PSR12/Docs/Classes/ClosingBraceStandard.xml diff --git a/src/Standards/PSR12/Docs/Classes/ClosingBraceStandard.xml b/src/Standards/PSR12/Docs/Classes/ClosingBraceStandard.xml new file mode 100644 index 0000000000..b59d734fe0 --- /dev/null +++ b/src/Standards/PSR12/Docs/Classes/ClosingBraceStandard.xml @@ -0,0 +1,35 @@ + + + + + + + + +function bar() +{ + // Function content. +} + ]]> + + + echo 'Hello!'; + +function bar() +{ + // Function content. +} //end bar() + ]]> + + +