UnsupportedPhpVersionAllowedConfigInterface interface

PhpCsFixer\UnsupportedPhpVersionAllowedConfigInterface

Extends: PhpCsFixer\ConfigInterface

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

Constants #

PHP_VERSION_SYNTAX_SUPPORTED
-

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 #