Skip to content

Commit 63149c6

Browse files
stefliekensvrielsa
authored andcommitted
fixed codestyling
1 parent d0a99cf commit 63149c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Plugin/RestApiLog.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ class RestApiLog
2424
public function __construct(
2525
LoggerInterface $logger,
2626
SystemConfiguration $configuration
27-
)
28-
{
27+
) {
2928
$this->logger = $logger;
3029
$this->configuration = $configuration;
3130
}
@@ -34,8 +33,7 @@ public function aroundDispatch(
3433
Rest $subject,
3534
callable $proceed,
3635
HttpRequest $request
37-
)
38-
{
36+
) {
3937
$time_pre = microtime(true);
4038
$response = $proceed($request);
4139
list($responseStatusCode, $responseBody) = $this->getResponseData($response);

0 commit comments

Comments
 (0)