diff --git a/src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml b/src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml new file mode 100644 index 0000000000..3284df973c --- /dev/null +++ b/src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml @@ -0,0 +1,59 @@ + + + + + + + } + +if (!class_exists('Foo')) { + class Foo { + } +} + + + some output + ?> + ]]> + + + } + +if (!class_exists('Foo')) { + class Foo { +} + } + + + some output + ?> + ]]> + + + + + + + + } + ]]> + + + } + ]]> + + +