protected function Pum::test7 in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test7()
- 8.3.x tests/Drupal/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test7()
Return declarations should also get fixed to the full namespace.
Parameters
array $x: Some array.
Return value
VarName The variable.
File
- tests/
Drupal/ Classes/ UnusedUseStatementUnitTest.inc, line 101
Class
- Pum
- Bla.
Namespace
MyNamespace\DepthCode
protected function test7($x) {
return $x['test'];
}