Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 8585ea1

Browse files
committed
remove unneccessary return
1 parent 26f2c1d commit 8585ea1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Timer/Timer.php

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ final class Timer
4646
public function __construct(ConfigTimer $config)
4747
{
4848
$this->config = $config;
49-
50-
return $this;
5149
}
5250

5351
/**

0 commit comments

Comments
 (0)