diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 85a9f4049..0d1ff0098 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -3100,7 +3100,6 @@ - @@ -3114,12 +3113,6 @@ - PHP_VERSION, - 'php_version_id' => PHP_VERSION_ID, - 'madeline_version' => API::RELEASE, - 'pid' => Magic::getPid() ?? 'unknown', - ]]]> getPromGauge("MadelineProto", "version", "Info about the MadelineProto instance"); $info?->set(1, [ 'php_version' => PHP_VERSION, - 'php_version_id' => PHP_VERSION_ID, 'madeline_version' => API::RELEASE, ]); $endpoint = $this->getSettings()->getPrometheus()->getMetricsBindTo();