psr fix
This commit is contained in:
parent
3df0dd8503
commit
6ad41471c0
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class MetricsController extends Controller
|
|||
protected $responseFactory;
|
||||
|
||||
/**
|
||||
* @var $prometheusExporter
|
||||
* @var PrometheusExporter
|
||||
*/
|
||||
protected $prometheusExporter;
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ class PrometheusExporter
|
|||
* Return a gauge.
|
||||
*
|
||||
* @param string $name
|
||||
* @return \Prometheus\Counter
|
||||
* @return \Prometheus\Gauge
|
||||
*/
|
||||
public function getGauge($name)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue