function test21 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
PHP 7 type hints are allowed.
Parameters
string $a: Parameter one.
int $b: Parameter two.
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1507 - This file contains all the valid notations for the drupal coding standard.
Code
function test21(string $a, int $b) {
}