Small fixes/cleanup
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
This commit is contained in:
@@ -10,3 +10,4 @@ class Crypto {
|
|||||||
.hashAsBase64($hashAlg);
|
.hashAsBase64($hashAlg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace PROVISION\Signer;
|
namespace PROVISION\Crypto;
|
||||||
|
|
||||||
class Signer {
|
class Signer {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user