You are here

protected function Pum::test7 in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test7()
  2. 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

coder_sniffer/Drupal/Test/Classes/UnusedUseStatementUnitTest.inc, line 98

Class

Pum
Bla.

Namespace

MyNamespace\Depth

Code

protected function test7($x) {
  return $x['test'];
}