PHP Class PhpCsFixer\Fixer\LanguageConstruct\ClassKeywordRemoveFixer

Author: Sullivan Senechal ([email protected])
Inheritance: extends PhpCsFixer\AbstractFixer
Exibir arquivo 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
makeClassFQN ( string | false $classImport, string $classString ) : string
replaceClassKeyword ( Tokens $tokens, integer $classIndex )
replaceClassKeywords ( Tokens $tokens, integer $namespaceNumber ) Replaces ::class keyword, namespace by namespace.
replaceClassKeywordsSection ( Tokens $tokens, integer $startIndex, integer $endIndex )
storeImports ( Tokens $tokens, integer $startIndex, integer $endIndex )

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