You are here

public property Drupal_Sniffs_Functions_DiscouragedFunctionsSniff::$error in Coder 7.2

If true, an error will be thrown; otherwise a warning.

Type: bool

File

coder_sniffer/Drupal/Sniffs/Functions/DiscouragedFunctionsSniff.php, line 56

Class

Drupal_Sniffs_Functions_DiscouragedFunctionsSniff
Discourage the use of debug functions.

Code

public $error = false;