function test23 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Using PHP 7 return types is allowed.
Return value
\Drupal\mymodule\TestReturnType What we return.
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1548 - This file contains all the valid notations for the drupal coding standard.
Code
function test23() : TestReturnType {
return foo();
}