Merge branch '6.3'

* 6.3:
  Prepare release
  Prepare release
  Prepare release
  Suppress warning
  Suppress warning
  Use SplObjectStorage::offsetSet() instead of deprecated SplObjectStorage::attach()
This commit is contained in:
Sebastian Bergmann 2025-09-24 08:15:29 +02:00
commit 6eefe702f2
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ final readonly class Exporter
ini_set('precision', '-1');
$valueAsString = (string) $value;
$valueAsString = @(string) $value;
ini_set('precision', $precisionBackup);