Skip to content

Commit c25a4fd

Browse files
committed
fix type error
1 parent 5cfe498 commit c25a4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nuxed/Crypto/HiddenString.hack

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class HiddenString {
2727
/**
2828
* Hide its internal state from var_dump()
2929
*/
30-
public function __debugInfo(): KeyedContainer<string, string> {
30+
public function __debugInfo(): dict<string, string> {
3131
return dict[
3232
'internalStringValue' => '*',
3333
'attention' => 'If you need the value of a HiddenString, '.

0 commit comments

Comments
 (0)