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

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