You are here

class MyClass in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/WhiteSpace/ScopeIndentUnitTest.inc \MyClass
  2. 8.3.x tests/Drupal/WhiteSpace/ScopeIndentUnitTest.inc \MyClass

Hierarchy

Expanded class hierarchy of MyClass

File

coder_sniffer/Drupal/Test/WhiteSpace/ScopeIndentUnitTest.inc, line 4

View source
class MyClass {
  use MyTrait {
    myTraitMethod as renamedTraitMethod;
  }

}

Members