We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
The text was updated successfully, but these errors were encountered:
Implemented #128: Disable validation for heredoc and nowdoc in PHP code.
65baba0
- Added cutting heredoc and nowdoc in PHP files.
No branches or pull requests
Validation for heredoc and nowdoc is redundant.
The text was updated successfully, but these errors were encountered: