function coder_test_tab in Coder 5.2
Same name and namespace in other branches
- 5 tests/coder_style.inc \coder_test_tab()
File
- tests/
coder_style.inc, line 17 - This include file implements tests for the Drupal Standards as defined at http://drupal.org/coding-standards
Code
function coder_test_tab() {
// Tab in comment - is this ok?
$var = 'tab in quote';
// Is this ok?
$var = 'tab error';
}