Skip to content

Commit b8ac2d6

Browse files
Fixed conflicts
1 parent 74d9d41 commit b8ac2d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Extensions/SlowestTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class SlowestTests implements BeforeFirstTestHook, AfterTestHook, AfterLastTestH
2323
public function __construct(public int $show = 10, public array $threshold = [
2424
'success' => 0.1,
2525
'warning' => 1,
26-
])
27-
{
26+
]) {
2827
$this->components = new Components();
2928
}
3029

0 commit comments

Comments
 (0)