Small fixes/cleanup

Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
This commit is contained in:
Diederik de Groot
2020-04-07 12:54:51 +02:00
parent 4559c3fa16
commit bc1b251248
4 changed files with 18 additions and 17 deletions

View File

@@ -10,3 +10,4 @@ class Crypto {
.hashAsBase64($hashAlg); .hashAsBase64($hashAlg);
} }
} }
?>

View File

@@ -1,7 +1,7 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
namespace PROVISION\Signer; namespace PROVISION\Crypto;
class Signer { class Signer {
} }