CustomRulesetsAwareConfigInterface interface

PhpCsFixer\CustomRulesetsAwareConfigInterface

Extends: PhpCsFixer\ConfigInterface

Defined in D:/WEBISTERS/projects/app/vendor/friendsofphp/php-cs-fixer/src/CustomRulesetsAwareConfigInterface.php

Constants #

PHP_VERSION_SYNTAX_SUPPORTED
-

Methods #

getCustomRuleSets()
-
registerCustomRuleSets()
Registers custom rule sets to be used the same way as built-in rule sets.

getCustomRuleSets()

public function getCustomRuleSets(): array
Returns array

registerCustomRuleSets()

public function registerCustomRuleSets(array $ruleSets): \PhpCsFixer\ConfigInterface

Registers custom rule sets to be used the same way as built-in rule sets.

Parameters
  • array $ruleSets
Returns \PhpCsFixer\ConfigInterface

Inherited methods #