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 4ddacf1 commit 15cf2dcCopy full SHA for 15cf2dc
src/Logger/AccessLogsDbLog.php
@@ -17,7 +17,7 @@ class AccessLogsDbLog implements LoggerInterface {
17
/**
18
* {@inheritdoc}
19
*/
20
- public function log($level, $message, array $context = []) {
+ public function log($level, $message, array $context = []):void {
21
if (strlen($context['request_uri']) > AccessLog::REQUEST_URI_FIELD_MAX_LENGTH) {
22
$request_uri = $context['request_uri'];
23
$context['request_uri'] = substr($request_uri, 0, AccessLog::REQUEST_URI_FIELD_MAX_LENGTH);
0 commit comments