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