PHP Class PhpCsFixer\Fixer\ArrayNotation\WhitespaceAfterCommaInArrayFixer

Author: Adam Marczuk ([email protected])
Inheritance: extends PhpCsFixer\AbstractFixer
Datei anzeigen Open project: friendsofphp/php-cs-fixer

Public Methods

Method Description
fix ( SplFileInfo $file, Tokens $tokens )
isCandidate ( Tokens $tokens )

Protected Methods

Method Description
getDescription ( )

Private Methods

Method Description
fixSpacing ( integer $index, Tokens $tokens ) Method to fix spacing in array declaration.
skipNonArrayElements ( integer $index, Tokens $tokens ) : integer Method to move index over the non-array elements like function calls or function declarations.

Method Details

fix() public method

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

getDescription() protected method

protected getDescription ( )

isCandidate() public method

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