function test19 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. Continues on the next line because this is a really long sentence.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 218 - Some function comment tests.
Code
function test19() {
return '1';
}