Skip to content

Commit b7b5ad7

Browse files
committed
Make ini_set invocation compatible with PHP 8.0
1 parent c1fcd45 commit b7b5ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PhpParser\PrettyPrinterAbstract;
1616

1717
error_reporting(E_ALL);
18-
ini_set("precision", 17);
18+
ini_set("precision", "17");
1919

2020
/**
2121
* @return FileInfo[]

0 commit comments

Comments
 (0)