Merge branch 'PHP-8.1'

* PHP-8.1:
  typo
This commit is contained in:
Remi Collet 2022-03-29 10:20:53 +02:00
commit a6d88d3b26
No known key found for this signature in database
GPG Key ID: DC9FF8D3EE5AF27F

View File

@ -104,7 +104,7 @@ Options:
file.
--set-timeout <n>
Set timeout for individual tests, where [n] is the number of
Set timeout for individual tests, where <n> is the number of
seconds. The default value is 60 seconds, or 300 seconds when
testing for memory leaks.
@ -120,7 +120,7 @@ Options:
however 'diff' only exists when a test fails.
--show-slow <n>
Show all tests that took longer than [n] milliseconds to run.
Show all tests that took longer than <n> milliseconds to run.
--no-clean Do not execute clean section if any.