Home
last modified time | relevance | path

Searched refs:nonIndentingScopes (Results 1 – 2 of 2) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php44 protected $nonIndentingScopes = array(T_SWITCH); variable in PEAR_Sniffs_WhiteSpace_ScopeIndentSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php107 protected $nonIndentingScopes = array(); variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff
737 && in_array($tokens[$checkToken]['code'], $this->nonIndentingScopes) === false
1059 && in_array($condition, $this->nonIndentingScopes) === false