You are here

public function FooBar2::test26 in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.php \FooBar2::test26()
  2. 7.2 coder_sniffer/Test/bad/bad.php \FooBar2::test26()
  3. 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

FooBar2

Code

public function test26() {
  print 'x';
}