Documentation

NoTrailingWhitespaceFixer extends AbstractFixer
in package

Fixer for rules defined in PSR2 ¶2.3.

Don't add trailing spaces at the end of non-blank lines.

Tags
author

Fabien Potencier fabien@symfony.com

author

Dariusz Rumiński dariusz.ruminski@gmail.com

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run after CombineConsecutiveIssetsFixer, CombineConsecutiveUnsetsFixer, FunctionToConstantFixer, NoEmptyCommentFixer, NoEmptyPhpdocFixer, NoEmptyStatementFixer, NoUnneededControlParenthesesFixer, NoUselessElseFixer, TernaryToElvisOperatorFixer.

Return values
mixed

Search results