File "InlineCommentStandard.xml"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml
File size: 436 bytes
MIME-type: text/plain
Charset: utf-8

<documentation title="Inline Comments">
    <standard>
    <![CDATA[
    Perl-style # comments are not allowed.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: A // style comment.">
        <![CDATA[
<em>//</em> A comment.
        ]]>
        </code>
        <code title="Invalid: A # style comment.">
        <![CDATA[
<em>#</em> A comment.
        ]]>
        </code>
    </code_comparison>
</documentation>