You are here

function test33 in Coder 8.3

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

There should be no dots and comments should be on the next line.

Parameters

string $a. Some comment.:

string $b. Another comment.:

File

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

Code

function test33($a, $b) {
}