You are here

function test31 in Coder 8.3.x

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

Comment of param is just one word, which means it is the data type.

Parameters

$a array:

$b array:

File

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

Code

function test31($a, $b) {
}