function test28 in Coder 8.2
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
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 337 - Some function comment tests.
Code
function test28() {
$profile = 'x';
return $profile;
}