Skip to content

Commit a6d88d3

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: typo
2 parents d376630 + 43dd512 commit a6d88d3

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)