public function FooBar2::test26 in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/bad/bad.php \FooBar2::test26()
- 7.2 coder_sniffer/Test/bad/bad.php \FooBar2::test26()
- 8.3.x tests/Drupal/bad/bad.php \FooBar2::test26()
Function body should be on a line by itself, same for the closing brace.
File
- coder_sniffer/
Drupal/ Test/ bad/ bad.php, line 795
Class
Code
public function test26() {
print 'x';
}