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

@@ -12,4 +12,4 @@ class Certificate {
return "";
}
}
?>
?>

View File

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

View File

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