function test29 in Coder 8.2
Same name and namespace in other branches
Not fixable return comment.
Return value
string $profile more confusing text here. The profile.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 348 - Some function comment tests.
Code
function test29() {
$profile = 'x';
return $profile;
}