Skip to content

Commit 8fb12f0

Browse files
committed
Lint
1 parent 047f3e8 commit 8fb12f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Did/DidKeyJwkResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function base58BtcDecode(string $base58encodedString): string
196196
/** @phpstan-ignore argument.type */
197197
[$numQuotient, $remainder] = gmp_div_qr($num, 256); // Use a different variable for quotient
198198
$num = $numQuotient; // Reassign $num
199-
/** @phpstan-ignore argument.type */
199+
/** @phpstan-ignore-next-line */
200200
$result = chr(gmp_intval($remainder)) . $result;
201201
}
202202

0 commit comments

Comments
 (0)