Skip to content

Commit

Permalink
Merge pull request #293 from PHPCSStandards/universal/nouselessaliase…
Browse files Browse the repository at this point in the history
…s-minor-clean-up

Universal/NoUselessAliases: remove unused constant
  • Loading branch information
jrfnl authored Nov 29, 2023
2 parents 7ef54bb + 033cd54 commit 9ca16b2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Universal/Sniffs/UseStatements/NoUselessAliasesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@
final class NoUselessAliasesSniff implements Sniff
{

/**
* Name of the "Use import source" metric.
*
* @since 1.1.0
*
* @var string
*/
const METRIC_NAME = 'Import use statement type';

/**
* Returns an array of tokens this test wants to listen for.
*
Expand Down

0 comments on commit 9ca16b2

Please sign in to comment.