PHP 8.2.31
Preview: FunctionClosingBraceSpaceStandard.xml Size: 1.58 KB
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/FunctionClosingBraceSpaceStandard.xml

<documentation title="Function Closing Brace Space">
    <standard>
    <![CDATA[
    There should be a single blank line before the function closing brace.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: A single blank line before the function closing brace.">
        <![CDATA[
function outer() <em>{

}</em>
]]>
        </code>
        <code title="Invalid: No blank line before the function closing brace.">
        <![CDATA[
function outer() <em>{}</em>
]]>
        </code>
    </code_comparison>

    <standard>
    <![CDATA[
    Closing brace of nested function must be on a new line.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: Nested function closing brace is on a new line.">
        <![CDATA[
function outer() {
    function inner() <em>{
    }</em>

}
]]>
        </code>
        <code title="Invalid: Nested function closing brace on the same line.">
        <![CDATA[
function outer() {
    function inner() <em>{}</em>

}
]]>
        </code>
    </code_comparison>

    <standard>
    <![CDATA[
    Closing brace of nested function must not be followed by a blank line.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: No blank line before the closing brace of a nested function.">
        <![CDATA[
function outer() {
    function inner() <em>{
    }</em>

}
]]>
        </code>
        <code title="Invalid: A single blank line before the closing brace of a nested function.">
        <![CDATA[
function outer() {
    function inner() <em>{

    }</em>

}
]]>
        </code>
    </code_comparison>
</documentation>

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
491 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.58 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
561 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
578 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
2.00 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
529 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.28 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
592 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
462 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
2.29 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).