We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfe498 commit c25a4fdCopy full SHA for c25a4fd
src/Nuxed/Crypto/HiddenString.hack
@@ -27,7 +27,7 @@ final class HiddenString {
27
/**
28
* Hide its internal state from var_dump()
29
*/
30
- public function __debugInfo(): KeyedContainer<string, string> {
+ public function __debugInfo(): dict<string, string> {
31
return dict[
32
'internalStringValue' => '*',
33
'attention' => 'If you need the value of a HiddenString, '.
0 commit comments