Skip to content

Commit fae0f24

Browse files
committed
Apply fixes from StyleCI
1 parent b90c07c commit fae0f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibreNMS/Data/Source/NetSnmpQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class NetSnmpQuery implements SnmpQueryInterface
4545
{
4646
private const DEFAULT_FLAGS = '-OQXUte';
4747

48-
/** @var string[] $commandCleanupPatterns */
48+
/** @var string[] */
4949
private array $commandCleanupPatterns = [
5050
'/-c\' \'[\S]+\'/',
5151
'/-u\' \'[\S]+\'/',
@@ -57,7 +57,7 @@ class NetSnmpQuery implements SnmpQueryInterface
5757
'/(udp|udp6|tcp|tcp6):([^:]+):([\d]+)/',
5858
];
5959

60-
/** @var string[] $commandCleanupReplacements */
60+
/** @var string[] */
6161
private array $commandReplacementPatterns = [
6262
'-c\' \'COMMUNITY\'',
6363
'-u\' \'USER\'',

0 commit comments

Comments
 (0)