[Scummvm-git-logs] scummvm-web master -> 2deb104f9f2857cc65ce7b263d1a51e1130e040b
lephilousophe
noreply at scummvm.org
Sat Aug 1 16:48:09 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
2deb104f9f WEB: Use standard interface instead of Guzzle Response type
Commit: 2deb104f9f2857cc65ce7b263d1a51e1130e040b
https://github.com/scummvm/scummvm-web/commit/2deb104f9f2857cc65ce7b263d1a51e1130e040b
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-08-01T18:27:55+02:00
Commit Message:
WEB: Use standard interface instead of Guzzle Response type
Changed paths:
include/DataUtils.php
diff --git a/include/DataUtils.php b/include/DataUtils.php
index a26e1cd5..00ac07e0 100644
--- a/include/DataUtils.php
+++ b/include/DataUtils.php
@@ -10,10 +10,10 @@ use League\Csv\Statement;
use Symfony\Component\Yaml\Yaml;
use GuzzleHttp\Client;
use GuzzleHttp\Promise;
-use GuzzleHttp\Psr7\Response;
use Propel\Runtime\Propel;
use Propel\Runtime\Connection\Exception\RollbackException;
use Propel\Runtime\Map\TableMap;
+use Psr\Http\Message\ResponseInterface as Response;
/**
* DataUtils
More information about the Scummvm-git-logs
mailing list