PHP 8.2.31
Preview: FunctionCallArgumentSpacingStandard.xml Size: 617 B
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml

<documentation title="Function Call Argument Spacing">
    <standard>
    <![CDATA[
    There should be no space before and exactly one space, or a new line, after a comma when passing arguments to a function or method.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: No space before and exactly one space after a comma.">
        <![CDATA[
foo($bar,<em> </em>$baz);
        ]]>
        </code>
        <code title="Invalid: A space before and no space after a comma.">
        <![CDATA[
foo($bar<em> </em>,<em></em>$baz);
        ]]>
        </code>
    </code_comparison>
</documentation>

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
665 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
617 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
800 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
772 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download

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