mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02: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