Skip to content

Commit 6a92e44

Browse files
committed
add missing type hint for includeFilesToAttachments parameter in Logging construct
1 parent 893d061 commit 6a92e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler/Logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(
6161
array $logWritersConfig,
6262
?Message $mailMessageService = null,
6363
?TransportInterface $mailMessageTransport = null,
64-
$includeFilesToAttachments = true
64+
bool $includeFilesToAttachments = true
6565
) {
6666
$this->logger = $logger;
6767
$this->configLoggingSettings = $errorHeroModuleLocalConfig['logging-settings'];

0 commit comments

Comments
 (0)