CustomRulesetsAwareConfigInterface interface
PhpCsFixer\CustomRulesetsAwareConfigInterface
Extends:
PhpCsFixer\ConfigInterface
Defined in D:/WEBISTERS/projects/app/vendor/friendsofphp/php-cs-fixer/src/CustomRulesetsAwareConfigInterface.php
Constants #
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 #
-
getCacheFile()fromPhpCsFixer\ConfigInterface -
getCustomFixers()fromPhpCsFixer\ConfigInterface -
getFinder()fromPhpCsFixer\ConfigInterface -
getFormat()fromPhpCsFixer\ConfigInterface -
getHideProgress()fromPhpCsFixer\ConfigInterface -
getIndent()fromPhpCsFixer\ConfigInterface -
getLineEnding()fromPhpCsFixer\ConfigInterface -
getName()fromPhpCsFixer\ConfigInterface -
getPhpExecutable()fromPhpCsFixer\ConfigInterface -
getRiskyAllowed()fromPhpCsFixer\ConfigInterface -
getRules()fromPhpCsFixer\ConfigInterface -
getUsingCache()fromPhpCsFixer\ConfigInterface -
registerCustomFixers()fromPhpCsFixer\ConfigInterface -
setCacheFile()fromPhpCsFixer\ConfigInterface -
setFinder()fromPhpCsFixer\ConfigInterface -
setFormat()fromPhpCsFixer\ConfigInterface -
setHideProgress()fromPhpCsFixer\ConfigInterface -
setIndent()fromPhpCsFixer\ConfigInterface -
setLineEnding()fromPhpCsFixer\ConfigInterface -
setPhpExecutable()fromPhpCsFixer\ConfigInterface -
setRiskyAllowed()fromPhpCsFixer\ConfigInterface -
setRules()fromPhpCsFixer\ConfigInterface -
setUsingCache()fromPhpCsFixer\ConfigInterface