array getExcludedSniffs(
)
|
|
Return a list of external sniffs to exclude from this standard.
The PHP_CodeSniffer standard combines the PEAR and Squiz standards but removes some sniffs from the Squiz standard that clash with those in the PEAR standard.
Overrides
PHP_CodeSniffer_Standards_CodingStandard::getExcludedSniffs() (Return a list of external sniffs to exclude from this standard.)
array getIncludedSniffs(
)
|
|
Return a list of external sniffs to include with this standard.
The PHP_CodeSniffer standard combines the PEAR and Squiz standards but removes some sniffs from the Squiz standard that clash with those in the PEAR standard.
Overrides
PHP_CodeSniffer_Standards_CodingStandard::getIncludedSniffs() (Return a list of external sniffs to include with this standard.)