We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce4295 commit 9b4850aCopy full SHA for 9b4850a
src/Prometheus/RegistryInterface.php
@@ -17,7 +17,7 @@ public function wipeStorage(): void;
17
/**
18
* @return MetricFamilySamples[]
19
*/
20
- public function getMetricFamilySamples(bool $sortMetrics = true): array;
+ public function getMetricFamilySamples(): array;
21
22
23
* @param string $namespace e.g. cms
src/Prometheus/Storage/Adapter.php
@@ -16,7 +16,7 @@ interface Adapter
16
- public function collect(bool $sortMetrics = true): array;
+ public function collect(): array;
* @param mixed[] $data
0 commit comments