Skip to content
GitLab
Menu
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
7ed4fa77
Commit
7ed4fa77
authored
Dec 14, 2021
by
Thomas Löffler
Browse files
[TASK] Fix CGL
parent
4c482262
Pipeline
#21097
passed with stages
in 5 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter/Classes/Middleware/SoapEndpoint.php
View file @
7ed4fa77
...
...
@@ -12,13 +12,13 @@ declare(strict_types = 1);
namespace
T3o\Ter\Middleware
;
use
T3o\Ter\Exception\Exception
;
use
Psr\Http\Message\ResponseInterface
;
use
Psr\Http\Message\ServerRequestInterface
;
use
Psr\Http\Message\UriInterface
;
use
Psr\Http\Server\MiddlewareInterface
;
use
Psr\Http\Server\RequestHandlerInterface
;
use
T3o\Ter\Api\Configuration
;
use
T3o\Ter\Exception\Exception
;
use
T3o\Ter\Exception\FailedDependencyException
;
use
T3o\Ter\Exception\InternalServerErrorException
;
use
T3o\Ter\Exception\NotFoundException
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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