This commit is contained in:
Matthew Goslett 2017-07-27 14:15:11 +02:00
parent 3df0dd8503
commit 6ad41471c0
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ class MetricsController extends Controller
protected $responseFactory;
/**
* @var $prometheusExporter
* @var PrometheusExporter
*/
protected $prometheusExporter;

View file

@ -156,7 +156,7 @@ class PrometheusExporter
* Return a gauge.
*
* @param string $name
* @return \Prometheus\Counter
* @return \Prometheus\Gauge
*/
public function getGauge($name)
{