From b8ac2d68d2a977adfdc9a6dd1c59df183d435845 Mon Sep 17 00:00:00 2001 From: Mauro Baptista Date: Thu, 8 Sep 2022 20:56:21 -0300 Subject: [PATCH] Fixed conflicts --- src/Extensions/SlowestTests.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Extensions/SlowestTests.php b/src/Extensions/SlowestTests.php index 4f0f242..b393b41 100644 --- a/src/Extensions/SlowestTests.php +++ b/src/Extensions/SlowestTests.php @@ -23,8 +23,7 @@ class SlowestTests implements BeforeFirstTestHook, AfterTestHook, AfterLastTestH public function __construct(public int $show = 10, public array $threshold = [ 'success' => 0.1, 'warning' => 1, - ]) - { + ]) { $this->components = new Components(); }