Skip to content

Commit

Permalink
remove unneccessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Feb 15, 2017
1 parent 26f2c1d commit 8585ea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Timer/Timer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ final class Timer
public function __construct(ConfigTimer $config)
{
$this->config = $config;

return $this;
}

/**
Expand Down

0 comments on commit 8585ea1

Please sign in to comment.