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:
@@ -38,14 +38,14 @@ foreach ($components as $peer) {
|
||||
$status = 'Ok';
|
||||
$error = '';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
<tr <?php echo $error; ?>>
|
||||
<td><?php echo $string; ?></td>
|
||||
<td><?php echo $peer['stratum']; ?></td>
|
||||
<td><?php echo $peer['peerref']; ?></td>
|
||||
<td><?php echo $status; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user