function test13 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
- 8.3 tests/Drupal/Commenting/DocCommentUnitTest.inc \test13()
- 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test13()
- 8.3 tests/Drupal/bad/bad.php \test13()
- 7.2 coder_sniffer/Test/bad/bad.php \test13()
- 8.3.x tests/Drupal/Commenting/DocCommentUnitTest.inc \test13()
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test13()
- 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) {
}