ShipilovDG
ShipilovDG
https://github.com/PromPHP/prometheus_client_php/blob/cb7ee990c1a7ca1f8553c531959d13b1450f9f20/src/Prometheus/Storage/APCng.php#L754 if some of $values will be numeric, like status code for example, then it will not work with "false !== ($value = apcu_fetch($key))", because json_encode will return different strings...
vendor/mohammad-waleed/keycloak-admin-client/src/Admin/KeycloakClient.php:337 Please write `$responseBody = (string)$response->getBody();` instead ` $responseBody = $response->getBody()->getContents();` because i can't use Dumping Middlewares. i need dump response body, but getContents() method delete body from response for...