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 893d061 commit 6a92e44Copy full SHA for 6a92e44
src/Handler/Logging.php
@@ -61,7 +61,7 @@ public function __construct(
61
array $logWritersConfig,
62
?Message $mailMessageService = null,
63
?TransportInterface $mailMessageTransport = null,
64
- $includeFilesToAttachments = true
+ bool $includeFilesToAttachments = true
65
) {
66
$this->logger = $logger;
67
$this->configLoggingSettings = $errorHeroModuleLocalConfig['logging-settings'];
0 commit comments