mirror of
https://github.com/kvazar-network/crypto-php.git
synced 2025-01-31 09:14:42 +00:00
change method to public static
This commit is contained in:
parent
0e33447c91
commit
22c122b6fe
@ -6,7 +6,7 @@ namespace Kvazar\Crypto;
|
||||
|
||||
class Kevacoin
|
||||
{
|
||||
function decode(string $value)
|
||||
public static function decode(string $value)
|
||||
{
|
||||
if (is_numeric($string) && $string < 0xFFFFFFFF)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user