function test22 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
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) {
}