mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#14899)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -63,7 +63,7 @@ if (isset($options['h'])) {
|
||||
prints it in a slightly neater manner and in a manner and in tested
|
||||
order.
|
||||
';
|
||||
exit();
|
||||
exit;
|
||||
}
|
||||
|
||||
// make sure we have a JSON file to work with
|
||||
@@ -105,7 +105,7 @@ if ((isset($options['l'])) || (
|
||||
(! isset($options['t'])) &&
|
||||
(! isset($options['s'])) &&
|
||||
(! isset($options['m']))
|
||||
)) {
|
||||
)) {
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user