No Enum class to extend (at the moment)
This commit is contained in:
committed by
GitHub
parent
3151f30a78
commit
7d582df212
@@ -3,7 +3,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SCCP\Crypto;
|
namespace SCCP\Crypto;
|
||||||
|
|
||||||
class HashAlgo extends Enum {
|
class HashAlgo // extends Enum
|
||||||
|
{
|
||||||
private const SHA1 = 0;
|
private const SHA1 = 0;
|
||||||
private const SHA256 = 1;
|
private const SHA256 = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user