Skip to content

Commit 2fe1259

Browse files
authored
chore: apply fixes from mago (#1117)
1 parent b96e68d commit 2fe1259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Container/tests/Fixtures/SlowDependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
public string $value;
99

10-
public function __construct(float $delay = 0.1, $counter = 0)
10+
public function __construct(float $delay = 0.1, int $counter = 0)
1111
{
1212
// usleep apparently is buggy on windows...
1313
$start = microtime(true);

0 commit comments

Comments
 (0)