You are here

class TestAnnotationProperties4 in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc \TestAnnotationProperties4

Hierarchy

Expanded class hierarchy of TestAnnotationProperties4

File

tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc, line 39

View source
class TestAnnotationProperties4 {

  /**
   * The MyVariable.
   *
   * @var string
   */
  public $MyVariable;

}

Members