Skip to content

Commit

Permalink
Removing useless (overriding) functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Oct 12, 2018
1 parent a12d51c commit d7c86e2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Fixer/Operator/OperatorLinebreakFixer.php
Expand Up @@ -147,22 +147,6 @@ public function isCandidate(Tokens $tokens)
return true;
}

/**
* {@inheritdoc}
*/
public function isRisky()
{
return false;
}

/**
* {@inheritdoc}
*/
public function getPriority()
{
return 0;
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit d7c86e2

Please sign in to comment.