sync doc and code

This commit is contained in:
reasno 2019-10-28 21:16:56 +08:00
parent 94fc1ef929
commit fe6f7c5bc6

View File

@ -189,7 +189,7 @@ interface HistogramInterface
{
public function with(string ...$labelValues): self;
public function observe(float $delta);
public function put(float $delta);
}
```