Initialise the standard that the run will use.
public initStandard ( string | array $standards, array $restrictions = [], array $exclusions = [] ) : void | ||
$standards | string | array | The set of code sniffs we are testing against. |
$restrictions | array | The sniff codes to restrict the testing to. |
$exclusions | array | The sniff codes to exclude from testing. |
return | void |