|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| register () | |
| process (File $phpcsFile, $stackPtr) | |
Data Fields | |
| $supportedTokenizers = [TokenizerSymbolsInterface::TOKENIZER_CSS] | |
| $indent = 4 | |
| $maxIndentLevel = 3 | |
Class IndentationSniff
Ensures styles are indented 4 spaces.
Definition at line 19 of file IndentationSniff.php.
| process | ( | File | $phpcsFile, |
| $stackPtr | |||
| ) |
{} @SuppressWarnings(PHPMD.CyclomaticComplexity) @SuppressWarnings(PHPMD.NPathComplexity)
Definition at line 61 of file IndentationSniff.php.
| register | ( | ) |
| $indent = 4 |
Definition at line 33 of file IndentationSniff.php.
| $maxIndentLevel = 3 |
Definition at line 40 of file IndentationSniff.php.
| $supportedTokenizers = [TokenizerSymbolsInterface::TOKENIZER_CSS] |
Definition at line 26 of file IndentationSniff.php.