PHP 8.2.31
Preview: SpaceAfterNotStandard.xml Size: 696 B
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterNotStandard.xml

<documentation title="Space After NOT operator">
    <standard>
    <![CDATA[
    Exactly one space is allowed after the NOT operator.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: A NOT operator followed by one space.">
        <![CDATA[
if (!<em> </em>$someVar || !<em> </em>$x instanceOf stdClass) {};
        ]]>
        </code>
        <code title="Invalid: A NOT operator not followed by whitespace or followed by too much whitespace.">
        <![CDATA[
if (!<em></em>$someVar || !<em></em>$x instanceOf stdClass) {};

if (!<em>     </em>$someVar || !<em>
    </em>$x instanceOf stdClass) {};
        ]]>
        </code>
    </code_comparison>
</documentation>

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
524 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.74 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
503 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
501 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
696 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
597 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download

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