Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
30dee602
Commit
30dee602
authored
Dec 08, 2021
by
Thomas Löffler
Browse files
Fix CGL
parent
f83adf1e
Pipeline
#20783
passed with stages
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_rest/Classes/Crypto/EcdsaSignature.php
View file @
30dee602
...
...
@@ -12,9 +12,9 @@ declare(strict_types = 1);
namespace
T3o\TerRest\Crypto
;
use
Lcobucci\JWT\Signer\Key
;
use
Lcobucci\JWT\Signer\Ecdsa\Sha512
;
use
Lcobucci\JWT\Signer
;
use
Lcobucci\JWT\Signer\Ecdsa\Sha512
;
use
Lcobucci\JWT\Signer\Key
;
use
T3o\TerRest\Exception\SignatureKeysMissingException
;
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment