You are here

class ScopeKeyword in Coder 8.3

Same name and namespace in other branches
  1. 8.3.x tests/Drupal/bad/bad.php \ScopeKeyword

A test class.

Hierarchy

Expanded class hierarchy of ScopeKeyword

File

tests/Drupal/bad/bad.php, line 841

View source
class ScopeKeyword {

  /**
   * Much weird spacing here.
   */
  public static function test() {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ScopeKeyword::test public static function Much weird spacing here.