You are here

public property Drupal_Sniffs_WhiteSpace_ScopeClosingBraceSniff::$indent in Coder 7.2

The number of spaces code should be indented.

Type: int

File

coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php, line 30

Class

Drupal_Sniffs_WhiteSpace_ScopeClosingBraceSniff
Copied from PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff to allow empty methods and classes.

Code

public $indent = 2;