[Scummvm-git-logs] scummvm-web master -> e48391c4e696ae99747e56bd4267a994b766fcec
lephilousophe
noreply at scummvm.org
Fri Oct 31 16:28:12 UTC 2025
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:
e48391c4e6 WEB: Migrate from deprecated method
Commit: e48391c4e696ae99747e56bd4267a994b766fcec
https://github.com/scummvm/scummvm-web/commit/e48391c4e696ae99747e56bd4267a994b766fcec
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-10-31T17:27:41+01:00
Commit Message:
WEB: Migrate from deprecated method
Changed paths:
include/DataUtils.php
diff --git a/include/DataUtils.php b/include/DataUtils.php
index a9befb68..7056ebb7 100644
--- a/include/DataUtils.php
+++ b/include/DataUtils.php
@@ -82,7 +82,7 @@ class DataUtils
private static function doUpdateData(string $name, Response $response): void
{
$tsv = $response->getBody();
- $reader = Reader::createFromString($tsv);
+ $reader = Reader::fromString($tsv);
$reader->setDelimiter("\t");
$reader->setHeaderOffset(0);
$stmt = new Statement();
More information about the Scummvm-git-logs
mailing list