function test25 in Coder 8.2
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
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 301 - Some function comment tests.
Code
function test25() {
return [];
}