Skip to content

Commit

Permalink
fix: Declare type for constant
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Jul 26, 2024
1 parent b0bd9bc commit 6f4505d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AbstractMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@

abstract class AbstractMetrics implements MetricsInterface
{
/**
* @var string
*/
protected const SERVICE_NAME = 'metrics';
}

0 comments on commit 6f4505d

Please sign in to comment.