Skip to content

Commit 0a9412f

Browse files
committed
ignore warnings on exit
1 parent 6095049 commit 0a9412f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fix.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
. (preg_match('~php(\d)(\d)~', $preset, $m) ? " --runtime-set php_version $m[1]0$m[2]00" : '')
118118
. ' --colors'
119119
. ' --extensions=php,phpt'
120+
. ' --runtime-set ignore_warnings_on_exit true'
120121
. ' --no-cache'
121122
. ' --standard=' . escapeshellarg($presetFile)
122123
. ' --file-list=' . escapeshellarg($fileList),

0 commit comments

Comments
 (0)