From 6aabb50561edc6976847087018d79a6e929fae64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Trimaille?= Date: Thu, 6 Mar 2025 17:33:55 +0100 Subject: [PATCH] Update lizmap/modules/lizmap/lib/Request/Proxy.php --- lizmap/modules/lizmap/lib/Request/Proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lizmap/modules/lizmap/lib/Request/Proxy.php b/lizmap/modules/lizmap/lib/Request/Proxy.php index fc4ef4c519..2e0a4b324d 100644 --- a/lizmap/modules/lizmap/lib/Request/Proxy.php +++ b/lizmap/modules/lizmap/lib/Request/Proxy.php @@ -278,7 +278,7 @@ protected static function buildOptions($options, $method, $debug) /** * Get the X-Request-Id of the request from the given headers. * - * @param array> $headers The headers to check. Note, it can be array> if headers are not from Guzzle + * @param array> $headers The headers to check. Note, it can be array if headers are not from Guzzle * * @return string */