Fix namespace of return type

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-06-02 14:31:39 +02:00
parent c9acee57d8
commit 59e482c960

View File

@@ -1123,7 +1123,7 @@ readonly class DockerActionManager {
}
}
protected function sendHttpRequest(string $httpMethod, string $url, array $requestOptions = []): Psr\Http\Message\ResponseInterface {
protected function sendHttpRequest(string $httpMethod, string $url, array $requestOptions = []): \Psr\Http\Message\ResponseInterface {
if (($requestOptions['stream'] ?? null) === true) {
$requestOptions['proxy'] = 'unix:///var/run/docker.sock';
}