Browse Source

change method to public static

main
ghost 11 months ago
parent
commit
22c122b6fe
  1. 2
      src/Kevacoin.php

2
src/Kevacoin.php

@ -6,7 +6,7 @@ namespace Kvazar\Crypto; @@ -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…
Cancel
Save