function test28 in Coder 8.3
Same name in this branch
Same name and namespace in other branches
Return docs should not contain variable names.
Return value
string $profile The profile.
File
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.inc, line 337 - Some function comment tests.
Code
function test28() {
$profile = 'x';
return $profile;
}