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