mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-24 15:48:26 +00:00
fix pslam error
This commit is contained in:
parent
f04a4e6fda
commit
887cf97185
@ -35,4 +35,11 @@ abstract class Integer implements \JsonSerializable
|
||||
{
|
||||
return ['hex' => $this->toHex(true)];
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts an Integer to a hex string (eg. base-16).
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
abstract public function toHex();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user