PHP Class PhpCsFixer\Fixer\Whitespace\NoSpacesAroundOffsetFixer

Author: Javier Spagnoletti ([email protected])
Inheritance: extends PhpCsFixer\AbstractFixer, implements PhpCsFixer\Fixer\ConfigurableFixerInterface
Afficher le fichier Open project: friendsofphp/php-cs-fixer

Méthodes publiques

Méthode Description
configure ( array $configuration = null )
fix ( SplFileInfo $file, Tokens $tokens )
isCandidate ( Tokens $tokens )

Méthodes protégées

Méthode Description
getDescription ( )

Private Methods

Méthode Description
removeWhitespaceToken ( PhpCsFixer\Tokenizer\Token $token ) Removes the token if it is single line whitespace.

Method Details

configure() public méthode

public configure ( array $configuration = null )
$configuration array

fix() public méthode

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

getDescription() protected méthode

protected getDescription ( )

isCandidate() public méthode

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