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:
@@ -38,9 +38,9 @@ class Debug
|
||||
/**
|
||||
* Enable/disable debug output
|
||||
*
|
||||
* @param bool $debug whether to enable or disable debug output
|
||||
* @param bool $silence Silence error output or output all errors except notices
|
||||
* @return bool returns $debug
|
||||
* @param bool $debug whether to enable or disable debug output
|
||||
* @param bool $silence Silence error output or output all errors except notices
|
||||
* @return bool returns $debug
|
||||
*/
|
||||
public static function set($debug = true, bool $silence = false): bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user