Skip to content

Commit 3b10d91

Browse files
authored
Use -1 "precision" in gen_stub.php
1 parent c451a9b commit 3b10d91

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", "-1");
1919

2020
/**
2121
* @return FileInfo[]

0 commit comments

Comments
 (0)