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:
commit
6eefe702f2
|
|
@ -352,7 +352,7 @@ final readonly class Exporter
|
|||
|
||||
ini_set('precision', '-1');
|
||||
|
||||
$valueAsString = (string) $value;
|
||||
$valueAsString = @(string) $value;
|
||||
|
||||
ini_set('precision', $precisionBackup);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue