Skip to content

Commit

Permalink
Universal/NoUselessAliases: remove unused constant
Browse files Browse the repository at this point in the history
Copy/pasta. This sniff does not record metrics.
  • Loading branch information
jrfnl committed Nov 29, 2023
1 parent 7ef54bb commit 033cd54
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 033cd54

Please sign in to comment.