function patterns_phpparser_dump_comment in Patterns 7.2
Same name and namespace in other branches
- 7 patterns_phpparser/patterns_phpparser.module \patterns_phpparser_dump_comment()
Comments are not allowed in the PHP format (for now).
All the comments are removed.
File
- patterns_phpparser/
patterns_phpparser.module, line 91
Code
function patterns_phpparser_dump_comment($text = NULL, $append = NULL) {
return is_null($append) ? '' : $append;
}