function _coder_drush_output in Coder 6.2
Same name and namespace in other branches
- 5.2 coder.drush.inc \_coder_drush_output()
- 6 coder.drush.inc \_coder_drush_output()
2 calls to _coder_drush_output()
File
- ./
coder.drush.inc, line 234 - Command line utility for coder.
Code
function _coder_drush_output($output) {
return html_entity_decode(strip_tags($output));
}