Searched refs:nonIndentingScopes (Results 1 – 2 of 2) sorted by relevance
44 protected $nonIndentingScopes = array(T_SWITCH); variable in PEAR_Sniffs_WhiteSpace_ScopeIndentSniff
107 protected $nonIndentingScopes = array(); variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff737 && in_array($tokens[$checkToken]['code'], $this->nonIndentingScopes) === false1059 && in_array($condition, $this->nonIndentingScopes) === false