You are here

function test22 in Coder 8.2

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

Numbers in types are allowed.

Parameters

\Drupal\x123_module\MyInterface $a: Parameter type with numbers in it.

File

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

Code

function test22(MyInterface $a) {
}