function test22 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Test for allowed param var types.
Parameters
array|bool|float|int|mixed|object|string|resource|callable $arg1: All of the above types are valid.
Array|boolean|integer|str|stdClass|NULL $arg2: All of the above types are invalid.
array()|Boolean|number|String $arg3: All of the above types are invalid.
type $arg4: All of the above types are invalid.
FALSE|TRUE|Int $arg5: All of the above types are invalid.
Bool|Integer $arg6: All of the above types are invalid.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 259 - Some function comment tests.
Code
function test22($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) {
}