mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update php-codesniffer (#11368)
* PHPCS 3.5+ * Fix newly detected style issues
This commit is contained in:
@@ -371,7 +371,7 @@ if ($format == "graph") {
|
||||
|
||||
<?php
|
||||
if (!isset($vars['searchbar']) && $vars['searchbar'] != "hide") {
|
||||
?>
|
||||
?>
|
||||
$(".devices-headers-table-menu").append(
|
||||
"<div class='pull-left'>" +
|
||||
"<form method='post' action='' class='form-inline devices-search-header' role='form'>" +
|
||||
@@ -392,7 +392,7 @@ if ($format == "graph") {
|
||||
"</form>" +
|
||||
"</div>"
|
||||
);
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user