function test27 in Coder 8.3.x
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
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.inc, line 327 - Some function comment tests.
Code
function test27($x) {
return 0;
}