You are here

class FooBar2 in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.php \FooBar2
  2. 7.2 coder_sniffer/Test/bad/bad.php \FooBar2
  3. 8.3.x tests/Drupal/bad/bad.php \FooBar2

Hierarchy

Expanded class hierarchy of FooBar2

File

coder_sniffer/Drupal/Test/bad/bad.php, line 791

View source
class FooBar2 {

  /**
   * Function body should be on a line by itself, same for the closing brace.
   */
  public function test26() {
    print 'x';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
FooBar2::test26 public function Function body should be on a line by itself, same for the closing brace.