protected function Pum::test4 in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test4()
- 8.3.x tests/Drupal/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test4()
Don't need to use classes in the same namespace.
File
- coder_sniffer/
Drupal/ Test/ Classes/ UnusedUseStatementUnitTest.inc, line 67
Class
- Pum
- Bla.
Namespace
MyNamespace\DepthCode
protected function test4(UnusedSameNamespace $x, AnotherUnusedSameNamespace $y) {
}