function test17 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Return comment indentation should be three spaces.
Return value
string This is not indented correctly.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 197 - Some function comment tests.
Code
function test17() {
return '1';
}