Skip to content

Commit 033cd54

Browse files
committed
Universal/NoUselessAliases: remove unused constant
Copy/pasta. This sniff does not record metrics.
1 parent 7ef54bb commit 033cd54

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Universal/Sniffs/UseStatements/NoUselessAliasesSniff.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
final class NoUselessAliasesSniff implements Sniff
2929
{
3030

31-
/**
32-
* Name of the "Use import source" metric.
33-
*
34-
* @since 1.1.0
35-
*
36-
* @var string
37-
*/
38-
const METRIC_NAME = 'Import use statement type';
39-
4031
/**
4132
* Returns an array of tokens this test wants to listen for.
4233
*

0 commit comments

Comments
 (0)