We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466102 commit 8fe6ec5Copy full SHA for 8fe6ec5
src/Helpers/OidStripper.php
@@ -66,7 +66,7 @@ public static function batchStripParent(array $leafOidDataResponses): array
66
return $result;
67
}
68
69
- /** @return array<string, mixed> */
+ /** @return array<mixed> */
70
public static function walk(SnmpClient $snmpClient, string $oid, int $maxRepetitions = 20): array
71
{
72
return self::batchStripParentPrefix($snmpClient, [Request::walk($oid, $maxRepetitions)])[0];
0 commit comments