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 a0928fb commit be59707Copy full SHA for be59707
Factory/FileLoggerSmtpFactory.php
@@ -9,6 +9,7 @@
9
use Codefy\Framework\Support\LocalStorage;
10
use Psr\Log\LoggerInterface;
11
use Psr\Log\LogLevel;
12
+use Qubus\Exception\Data\TypeException;
13
use Qubus\Log\Logger;
14
use Qubus\Log\Loggers\FileLogger;
15
use Qubus\Log\Loggers\PHPMailerLogger;
@@ -23,6 +24,7 @@ class FileLoggerSmtpFactory implements LoggerFactory
23
24
25
/**
26
* @throws ReflectionException
27
+ * @throws TypeException
28
*/
29
public static function getLogger(): LoggerInterface
30
{
0 commit comments