You are here

protected property Drupal_Sniffs_WhiteSpace_ScopeIndentSniff::$nonIndentingScopes in Coder 7.2

Any scope openers that should not cause an indent.

Type: array(int)

File

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

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

protected $nonIndentingScopes = array();