You are here

function test32 in Coder 8.3

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

There should be no dots.

Parameters

string $a.: Some comment.

string $b.: Another comment.

File

tests/Drupal/Commenting/FunctionCommentUnitTest.inc, line 419
Some function comment tests.

Code

function test32($a, $b) {
}