Skip to content

Commit 43dd512

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: typo
2 parents 85533e7 + fe4aba6 commit 43dd512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function show_usage(): void
104104
file.
105105
106106
--set-timeout <n>
107-
Set timeout for individual tests, where [n] is the number of
107+
Set timeout for individual tests, where <n> is the number of
108108
seconds. The default value is 60 seconds, or 300 seconds when
109109
testing for memory leaks.
110110
@@ -120,7 +120,7 @@ function show_usage(): void
120120
however 'diff' only exists when a test fails.
121121
122122
--show-slow <n>
123-
Show all tests that took longer than [n] milliseconds to run.
123+
Show all tests that took longer than <n> milliseconds to run.
124124
125125
--no-clean Do not execute clean section if any.
126126

0 commit comments

Comments
 (0)