PHP Class PhpCsFixer\Fixer\NamespaceNotation\NoBlankLinesBeforeNamespaceFixer

Author: Graham Campbell ([email protected])
Inheritance: extends PhpCsFixer\AbstractLinesBeforeNamespaceFixer
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 ( )

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