function test27 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Data types with spaces.
Parameters
string or int $x: Data types should not contain spaces.
Return value
int or bool Same spaces in data type here.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 327 - Some function comment tests.
Code
function test27($x) {
return 0;
}