UnsupportedPhpVersionAllowedConfigInterface interface
PhpCsFixer\UnsupportedPhpVersionAllowedConfigInterface
Extends:
PhpCsFixer\ConfigInterface
Defined in D:/WEBISTERS/projects/app/vendor/friendsofphp/php-cs-fixer/src/UnsupportedPhpVersionAllowedConfigInterface.php
Constants #
Methods #
- getUnsupportedPhpVersionAllowed()
- Returns true if execution should be allowed on unsupported PHP version whose syntax is not yet supported by the fixer.
- setUnsupportedPhpVersionAllowed()
- -
getUnsupportedPhpVersionAllowed()
public function getUnsupportedPhpVersionAllowed(): bool
Returns true if execution should be allowed on unsupported PHP version whose syntax is not yet supported by the fixer.
Returns
bool
setUnsupportedPhpVersionAllowed()
public function setUnsupportedPhpVersionAllowed(bool $isUnsupportedPhpVersionAllowed): \PhpCsFixer\ConfigInterface
Parameters
- bool $isUnsupportedPhpVersionAllowed
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