PHP Class PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveUnsetsFixer

Author: SpacePossum
Inheritance: extends PhpCsFixer\AbstractFixer
Afficher le fichier Open project: friendsofphp/php-cs-fixer

Méthodes publiques

Méthode Description
fix ( SplFileInfo $file, Tokens $tokens )
getPriority ( )
isCandidate ( Tokens $tokens )

Méthodes protégées

Méthode Description
getDescription ( )

Private Methods

Méthode Description
clearOffsetTokens ( Tokens $tokens, integer $offset, array $indices )
getPreviousUnsetCall ( Tokens $tokens, integer $index ) : int[] | integer Find a previous call to unset directly before the index.
moveTokens ( Tokens $tokens, integer $start, integer $end, integer $to ) : integer

Method Details

fix() public méthode

public fix ( SplFileInfo $file, Tokens $tokens )
$file SplFileInfo
$tokens PhpCsFixer\Tokenizer\Tokens

getDescription() protected méthode

protected getDescription ( )

getPriority() public méthode

public getPriority ( )

isCandidate() public méthode

public isCandidate ( Tokens $tokens )
$tokens PhpCsFixer\Tokenizer\Tokens