Skip to content

Commit 0d56bbd

Browse files
authored
Apply fixes from StyleCI (librenms#12123)
1 parent 2fc3a21 commit 0d56bbd

File tree

1,090 files changed

+0
-1367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,090 files changed

+0
-1367
lines changed

LibreNMS/Alert/AlertDB.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@
2424
* @license GPL
2525
*
2626
* Modified by:
27-
* @package LibreNMS
2827
* @link http://librenms.org
2928
* @copyright 2019 KanREN, Inc.
3029
* @author Heath Barnhart <[email protected]>
3130
*/
3231

3332
namespace LibreNMS\Alert;
3433

35-
use App\Models\Device;
36-
use LibreNMS\Alert\AlertUtil;
3734
use LibreNMS\Alerting\QueryBuilderParser;
3835

3936
class AlertDB

LibreNMS/Alert/AlertData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*
20-
* @package LibreNMS
2120
* @link http://librenms.org
2221
* @copyright 2018 Tony Murray
2322
* @author Tony Murray <[email protected]>

LibreNMS/Alert/AlertRules.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,14 @@
2121
* @author Daniel Preussker <[email protected]>
2222
* @copyright 2014 f0o, LibreNMS
2323
* @license GPL
24-
* @package LibreNMS
25-
* @subpackage Alerts
26-
*
27-
* Modeified by:
28-
* @package LibreNMS
2924
* @link http://librenms.org
3025
* @copyright 2019 KanREN, Inc.
3126
* @author Heath Barnhart <[email protected]>
3227
*/
3328

3429
namespace LibreNMS\Alert;
3530

36-
use App\Models\Device;
3731
use Carbon\Carbon;
38-
use LibreNMS\Alert\AlertDB;
39-
use LibreNMS\Alert\AlertUtil;
4032
use LibreNMS\Enum\AlertState;
4133

4234
class AlertRules

LibreNMS/Alert/AlertUtil.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*
20-
* @package LibreNMS
2120
* @link http://librenms.org
2221
* @copyright 2019 KanREN, Inc.
2322
* @author Heath Barnhart <[email protected]>

LibreNMS/Alert/Template.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*
20-
* @package LibreNMS
2120
* @link http://librenms.org
2221
* @copyright 2018 Neil Lathwood
2322
* @author Neil Lathwood <[email protected]>

LibreNMS/Alert/Transport/Alerta.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* @author GitStoph <https://github.com/GitStoph>
1111
* @copyright 2019 GitStoph
1212
* @license GPL
13-
* @package LibreNMS
14-
* @subpackage Alerts
1513
*/
1614

1715
namespace LibreNMS\Alert\Transport;

LibreNMS/Alert/Transport/Alertmanager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Alertmanager Transport
1818
* @copyright 2019 LibreNMS
1919
* @license GPL
20-
* @package LibreNMS
21-
* @subpackage Alerts
2220
*/
2321

2422
namespace LibreNMS\Alert\Transport;

LibreNMS/Alert/Transport/Api.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@
1919
* @author PipoCanaja (github.com/PipoCanaja)
2020
* @copyright 2014 f0o, LibreNMS
2121
* @license GPL
22-
* @package LibreNMS
23-
* @subpackage Alerts
2422
*/
2523

2624
namespace LibreNMS\Alert\Transport;
2725

28-
use GuzzleHttp\Client;
2926
use LibreNMS\Alert\Transport;
30-
use LibreNMS\Enum\AlertState;
3127

3228
class Api extends Transport
3329
{

LibreNMS/Alert/Transport/Boxcar.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
* @author trick77 <[email protected]>
3333
* @copyright 2015 trick77, neokjames, f0o, LibreNMS
3434
* @license GPL
35-
* @package LibreNMS
36-
* @subpackage Alerts
3735
*/
3836

3937
namespace LibreNMS\Alert\Transport;

LibreNMS/Alert/Transport/Canopsis.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace LibreNMS\Alert\Transport;
44

55
use LibreNMS\Alert\Transport;
6-
use LibreNMS\Enum\AlertState;
76

87
class Canopsis extends Transport
98
{

0 commit comments

Comments
 (0)