You are here

function test29 in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test29()
  2. 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \test29()

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;
}