9 string references to 'Sniff'
- Common::getSniffCode in vendor/
squizlabs/ php_codesniffer/ src/ Util/ Common.php - Given a sniff class name, returns the code for the sniff.
- File::process in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Starts the stack traversal and tells listeners when tokens are found.
- ForbiddenPublicPropertySniff::isSniffClass in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ ForbiddenPublicPropertySniff.php - Ruleset::expandSniffDirectory in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Expands a directory into a list of sniff files within.
- Ruleset::processRule in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Processes a rule from a ruleset XML file, overriding built-in defaults.
- Ruleset::setSniffProperty in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Set a single property for a sniff.
- Ruleset::__construct in vendor/
squizlabs/ php_codesniffer/ src/ Ruleset.php - Initialise the ruleset that the run will use.
- Runner::processFile in vendor/
squizlabs/ php_codesniffer/ src/ Runner.php - Processes a single file, including checking and fixing.
- TestCase::checkFile in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ TestCase.php - *