mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed useless return $this during constructor
This commit is contained in:
@@ -14,7 +14,6 @@ class Client
|
||||
public function __construct(Adapter\AdapterInterface $adapter)
|
||||
{
|
||||
$this->adapter = $adapter;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAdapter()
|
||||
|
||||
Reference in New Issue
Block a user