public function MyExampleLog::emptyMethod in Coder 8.2
Same name and namespace in other branches
- 7.2 coder_sniffer/Test/good/good.php \MyExampleLog::emptyMethod()
Empty method implementation is allowed.
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 704 - This file contains all the valid notations for the drupal coding standard.
Class
- MyExampleLog
- Nice alignment is allowed for assignments.
Code
public function emptyMethod() {
}