Skip to content

Disable validation for heredoc and nowdoc in PHP code. #128

@andkirby

Description

@andkirby

Validation for heredoc and nowdoc is redundant.

        $xml1 = <<<XML
<?xml version="1.0" encoding="UTF-8"?>
<some_name>
    <section attr10="val1" attr20="val2">
        <collection_node>
            <child_node1 />
        </collection_node>
    </section>
    <value_node>12</value_node>
    <unpair_tag/>
</some_name>
XML;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions