public property ScopeClosingBraceSniff::$indent in Coder 8.2
Same name and namespace in other branches
- 8.3 coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php \Drupal\Sniffs\WhiteSpace\ScopeClosingBraceSniff::indent
- 8.3.x coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php \Drupal\Sniffs\WhiteSpace\ScopeClosingBraceSniff::indent
The number of spaces code should be indented.
Type: int
File
- coder_sniffer/
Drupal/ Sniffs/ WhiteSpace/ ScopeClosingBraceSniff.php, line 34
Class
- ScopeClosingBraceSniff
- Copied from \PHP_CodeSniffer\Standards\PEAR\Sniffs\WhiteSpace\ScopeClosingBraceSniff to allow empty methods and classes.
Namespace
Drupal\Sniffs\WhiteSpaceCode
public $indent = 2;