We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a99cf commit 63149c6Copy full SHA for 63149c6
Plugin/RestApiLog.php
@@ -24,8 +24,7 @@ class RestApiLog
24
public function __construct(
25
LoggerInterface $logger,
26
SystemConfiguration $configuration
27
- )
28
- {
+ ) {
29
$this->logger = $logger;
30
$this->configuration = $configuration;
31
}
@@ -34,8 +33,7 @@ public function aroundDispatch(
34
33
Rest $subject,
35
callable $proceed,
36
HttpRequest $request
37
38
39
$time_pre = microtime(true);
40
$response = $proceed($request);
41
list($responseStatusCode, $responseBody) = $this->getResponseData($response);
0 commit comments