prometheus_client_php icon indicating copy to clipboard operation
prometheus_client_php copied to clipboard

missing array type

Open kimkit opened this issue 4 years ago • 0 comments

Fatal error: Declaration of Prometheus\CollectorRegistry::registerGauge(string $namespace, string $name, string $help, $labels = Array): Prometheus\Gauge must be compatible with Prometheus\RegistryInterface::registerGauge(string $namespace, string $name, string $help, array $labels = Array): Prometheus\Gauge in ***/vendor/promphp/prometheus_client_php/src/Prometheus/CollectorRegistry.php on line 12

kimkit avatar May 13 '21 12:05 kimkit