string|null getInstalledStandardPath(
string
$standard)
Coding standards are directories located in the CodeSniffer/Standards directory. Valid coding standards include a ruleset.xml file.
array getInstalledStandardPaths(
)
array getInstalledStandards(
[boolean
$includeGeneric = false], [string
$standardsDir = ''])
Coding standards are directories located in the CodeSniffer/Standards directory. Valid coding standards include a Sniffs subdirectory.
boolean isInstalledStandard(
string
$standard)
Coding standards are directories located in the CodeSniffer/Standards directory. Valid coding standards include a ruleset.xml file.
void printInstalledStandards(
)