function test16 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Variable arguments with type declared.
Variable arguments with type declared should not result in an error when no named argument is given in the param definition.
Parameters
string ...: Variable number of string arguments.
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1409 - This file contains all the valid notations for the drupal coding standard.
Code
function test16() {
}