PhpCsFixer\Test\IntegrationCaseFactory::determineRuleset PHP Метод

determineRuleset() защищенный Метод

Parses the '--RULESET--' block of a '.test' file and determines what fixers should be used.
protected determineRuleset ( string $config ) : RuleSet
$config string
Результат PhpCsFixer\RuleSet
    protected function determineRuleset($config)
    {
        return new RuleSet($this->parseJson($config));
    }