ScopeIndentSniff::$nonIndentingScopes
Same name in this branch
- 11.1.x vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeIndentSniff.php \Drupal\Sniffs\WhiteSpace\ScopeIndentSniff::nonIndentingScopes
- 11.1.x vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\ScopeIndentSniff::nonIndentingScopes
Any scope openers that should not cause an indent.
Type: int[]
Overrides ScopeIndentSniff::$nonIndentingScopes
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php, line 22
Class
Namespace
PHP_CodeSniffer\Standards\PEAR\Sniffs\WhiteSpaceCode
protected $nonIndentingScopes = [
T_SWITCH,
];