Skip to content

Commit fd40b93

Browse files
authored
docs: Fix MonitorConfig checkinMargin & maxRuntime (#1756)
1 parent 5a95359 commit fd40b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MonitorConfig.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ final class MonitorConfig
1212
private $schedule;
1313

1414
/**
15-
* @var int|null The check-in margin in seconds
15+
* @var int|null The check-in margin in minutes
1616
*/
1717
private $checkinMargin;
1818

1919
/**
20-
* @var int|null The maximum runtime in seconds
20+
* @var int|null The maximum runtime in minutes
2121
*/
2222
private $maxRuntime;
2323

0 commit comments

Comments
 (0)