Skip to content

Commit e607836

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70746: Decrease floating precision #10245
- Merge Pull Request #10245 from flancer64/magento2:patch-2 - Merged commits: 1. 7478f20
2 parents af11309 + 7478f20 commit e607836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
date_default_timezone_set('UTC');
6464

6565
/* Adjustment of precision value for several versions of PHP */
66-
ini_set('precision', 17);
67-
ini_set('serialize_precision', 17);
66+
ini_set('precision', 15);
67+
ini_set('serialize_precision', 15);

0 commit comments

Comments
 (0)