Skip to content

Commit 29fc9fd

Browse files
authored
fix: change return type of OidStripper::batchStripParentPrefix() to allow also int keys (#61)
1 parent a2f3de4 commit 29fc9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helpers/OidStripper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public static function walk(SnmpClient $snmpClient, string $oid, int $maxRepetit
7676
* @param array<mixed, Request> $requests
7777
* @psalm-param array<T, Request> $requests
7878
*
79-
* @return array<mixed, array<string, mixed>>
80-
* @psalm-return array<T, array<string, mixed>>
79+
* @return array<mixed, array<mixed>>
80+
* @psalm-return array<T, array<mixed>>
8181
*
8282
* @psalm-template T
8383
*/

0 commit comments

Comments
 (0)