We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96e68d commit 2fe1259Copy full SHA for 2fe1259
src/Tempest/Container/tests/Fixtures/SlowDependency.php
@@ -7,7 +7,7 @@
7
{
8
public string $value;
9
10
- public function __construct(float $delay = 0.1, $counter = 0)
+ public function __construct(float $delay = 0.1, int $counter = 0)
11
12
// usleep apparently is buggy on windows...
13
$start = microtime(true);
0 commit comments