function test25 in Coder 8.3.x
Same name in this branch
Same name and namespace in other branches
The shorthand array syntax should not be used as a return type.
Return value
[] The array.
File
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.inc, line 301 - Some function comment tests.
Code
function test25() {
return [];
}