Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
PhpCsFixer
Fixer
StringNotation
HeredocToNowdocFixer
isCandidate
PhpCsFixer\Fixer\StringNotation\HeredocToNowdocFixer::isCandidate PHP Method
HeredocToNowdocFixer Class Documentation
Exibir arquivo
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_START_HEREDOC); }
HeredocToNowdocFixer
convertToNowdoc
fix
getDescription
isCandidate