class FooBar2 in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/bad/bad.php \FooBar2
- 7.2 coder_sniffer/Test/bad/bad.php \FooBar2
- 8.3.x tests/Drupal/bad/bad.php \FooBar2
Hierarchy
- class \FooBar2
Expanded class hierarchy of FooBar2
File
- tests/
Drupal/ 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FooBar2:: |
public | function | Function body should be on a line by itself, same for the closing brace. |