mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#13208)
This commit is contained in:
@@ -32,7 +32,7 @@ interface Module
|
||||
* Discover this module. Heavier processes can be run here
|
||||
* Run infrequently (default 4 times a day)
|
||||
*
|
||||
* @param OS $os
|
||||
* @param OS $os
|
||||
*/
|
||||
public function discover(OS $os);
|
||||
|
||||
@@ -41,7 +41,7 @@ interface Module
|
||||
* Try to keep this efficient and only run if discovery has indicated there is a reason to run.
|
||||
* Run frequently (default every 5 minutes)
|
||||
*
|
||||
* @param OS $os
|
||||
* @param OS $os
|
||||
*/
|
||||
public function poll(OS $os);
|
||||
|
||||
@@ -49,7 +49,7 @@ interface Module
|
||||
* Remove all DB data for this module.
|
||||
* This will be run when the module is disabled.
|
||||
*
|
||||
* @param OS $os
|
||||
* @param OS $os
|
||||
*/
|
||||
public function cleanup(OS $os);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user