RuleCustomisationPolicyAwareConfigInterface interface

PhpCsFixer\Config\RuleCustomisationPolicyAwareConfigInterface

EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise.

Extends: PhpCsFixer\ConfigInterface

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

Constants #

PHP_VERSION_SYNTAX_SUPPORTED
-

Methods #

getRuleCustomisationPolicy()
EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Gets the filter to be applied to fixers right before running them.
setRuleCustomisationPolicy()
EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Registers a filter to be applied to fixers right before running them.

getRuleCustomisationPolicy()

public function getRuleCustomisationPolicy(): ?\PhpCsFixer\Config\RuleCustomisationPolicyInterface

EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Gets the filter to be applied to fixers right before running them.

Returns ?\PhpCsFixer\Config\RuleCustomisationPolicyInterface

setRuleCustomisationPolicy()

public function setRuleCustomisationPolicy(?\PhpCsFixer\Config\RuleCustomisationPolicyInterface $ruleCustomisationPolicy): \PhpCsFixer\ConfigInterface

EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Registers a filter to be applied to fixers right before running them.

Parameters
  • ?\PhpCsFixer\Config\RuleCustomisationPolicyInterface $ruleCustomisationPolicy
Returns \PhpCsFixer\ConfigInterface

Inherited methods #