You are here

function test13 in Coder 8.2

Same name in this branch
  1. 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \test13()
  2. 8.2 coder_sniffer/Drupal/Test/bad/bad.php \test13()
  3. 8.2 coder_sniffer/Drupal/Test/good/good.php \test13()
Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/DocCommentUnitTest.inc \test13()
  2. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test13()
  3. 8.3 tests/Drupal/bad/bad.php \test13()
  4. 7.2 coder_sniffer/Test/bad/bad.php \test13()
  5. 8.3.x tests/Drupal/Commenting/DocCommentUnitTest.inc \test13()
  6. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test13()
  7. 8.3.x tests/Drupal/bad/bad.php \test13()

Parameter docs with a long nested list.

Parameters

string $a: Lists are usually preceded by a line ending in a colon:

  • Item in the list.
  • Another item.
    • key: Sub-list with keys, first item.
    • key2: (optional) Second item with a key.
  • Back to the outer list. Sometimes list items are quite long, in which case you can wrap the text like this.
  • Last item in the outer list.

Text that is outside of the list continues here.

File

coder_sniffer/Drupal/Test/good/good.php, line 1272
This file contains all the valid notations for the drupal coding standard.

Code

function test13($a) {
}