PHP Класс PhpCsFixer\Fixer\Phpdoc\PhpdocSummaryFixer

Автор: Graham Campbell ([email protected])
Наследование: extends PhpCsFixer\AbstractFixer, implements PhpCsFixer\Fixer\WhitespacesAwareFixerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
fix ( SplFileInfo $file, Tokens $tokens )
isCandidate ( Tokens $tokens )

Защищенные методы

Метод Описание
getDescription ( )

Приватные методы

Метод Описание
findShortDescriptionEnd ( array $lines ) : integer | null Find the line number of the line containing the end of the short description, if present.
isCorrectlyFormatted ( string $content ) : boolean Is the last line of the short description correctly formatted?

Описание методов

fix() публичный Метод

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

getDescription() защищенный Метод

protected getDescription ( )

isCandidate() публичный Метод

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