You are here

public function Drupal_Sniffs_ControlStructures_ControlSignatureSniff::__construct in Coder 7.2

Constructs a PEAR_Sniffs_ControlStructures_ControlSignatureSniff.

File

coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php, line 39

Class

Drupal_Sniffs_ControlStructures_ControlSignatureSniff
Verifies that control statements conform to their coding standards.

Code

public function __construct() {
  parent::__construct(true);
}