Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PhpCsFixer
Fixer
FunctionNotation
NoUnreachableDefaultArgumentValueFixer
isCandidate
PhpCsFixer\Fixer\FunctionNotation\NoUnreachableDefaultArgumentValueFixer::isCandidate PHP Method
NoUnreachableDefaultArgumentValueFixer Class Documentation
Show file
Open project: friendsofphp/php-cs-fixer
isCandidate()
public
method
public
isCandidate
(
Tokens
$tokens
)
$tokens
PhpCsFixer\Tokenizer\Tokens
public function isCandidate(Tokens $tokens) { return $tokens->isTokenKindFound(T_FUNCTION); }
NoUnreachableDefaultArgumentValueFixer
clearWhitespacesBeforeIndex
fix
fixFunctionDefinition
getDescription
getLastNonDefaultArgumentIndex
isCandidate
isEllipsis
isTypehintedNullableVariable
removeDefaultArgument