You are here

public property Drupal_Sniffs_WhiteSpace_ScopeIndentSniff::$indent in Coder 7.2

The number of spaces code should be indented.

Type: int

File

coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeIndentSniff.php, line 32

Class

Drupal_Sniffs_WhiteSpace_ScopeIndentSniff
Largely copied from Generic_Sniffs_Whitespace_ScopeIndentSniff, modified to make the exact mode working with comments and multi line statements.

Code

public $indent = 2;