mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More cleanups (#12715)
* PHPDoc * Replace Auth > Illuminate\Support\Facades\Auth * Return inside when() * use str_replace correct * Misc * dead code * use int $port * styleci
This commit is contained in:
@@ -50,7 +50,7 @@ class Device extends BaseModel
|
||||
/**
|
||||
* Returns IP/Hostname where polling will be targeted to
|
||||
*
|
||||
* @param string $device hostname which will be triggered
|
||||
* @param string|array $device hostname which will be triggered
|
||||
* array $device associative array with device data
|
||||
* @return string IP/Hostname to which Device polling is targeted
|
||||
*/
|
||||
|
Reference in New Issue
Block a user