PHP 8.2.31
Preview: ScopeIndentStandard.xml Size: 582 B
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml

<documentation title="Scope Indentation">
    <standard>
    <![CDATA[
    Indentation for control structures, classes, and functions should be 4 spaces per level.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: 4 spaces are used to indent a control structure.">
        <![CDATA[
if ($test) {
<em>    </em>$var = 1;
}
        ]]>
        </code>
        <code title="Invalid: 8 spaces are used to indent a control structure.">
        <![CDATA[
if ($test) {
<em>        </em>$var = 1;
}
        ]]>
        </code>
    </code_comparison>
</documentation>

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
596 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
174 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
172 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
625 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
738 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.35 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
582 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
922 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download

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