public function Foo::test7 in Coder 8.2
Repeat of above test with error name with underscores.
Throws
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1094 - This file contains all the valid notations for the drupal coding standard.
Class
- Foo
- All classes need to have a docblock.
Code
public function test7() {
throw new Exception();
}