Skip to content

Commit a3bfd81

Browse files
committed
Document argument
1 parent 5189798 commit a3bfd81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SpeedTrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ protected function isSlow(int $time, int $slowThreshold): bool
121121

122122
/**
123123
* Stores a test as slow.
124+
*
125+
* @param int $time Test execution time that was considered slow, in milliseconds
124126
*/
125127
protected function addSlowTest(string $test, int $time)
126128
{

0 commit comments

Comments
 (0)