ParallelAwareConfigInterface interface
PhpCsFixer\ParallelAwareConfigInterface
Extends:
PhpCsFixer\ConfigInterface
Defined in D:/WEBISTERS/projects/app/vendor/friendsofphp/php-cs-fixer/src/ParallelAwareConfigInterface.php
Constants #
Methods #
getParallelConfig()
public function getParallelConfig(): \PhpCsFixer\Runner\Parallel\ParallelConfig
Returns
\PhpCsFixer\Runner\Parallel\ParallelConfig
setParallelConfig()
public function setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfig $config): \PhpCsFixer\ConfigInterface
Parameters
- \PhpCsFixer\Runner\Parallel\ParallelConfig $config
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