mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Static analysis improvements (#1475)
* Static analysis improvements * Fix review issues
This commit is contained in:
@@ -28,6 +28,8 @@ class SwiftMailerHandler extends MailHandler
|
||||
private $messageTemplate;
|
||||
|
||||
/**
|
||||
* @psalm-param Swift_Message|callable(string, array): Swift_Message $message
|
||||
*
|
||||
* @param \Swift_Mailer $mailer The mailer to use
|
||||
* @param callable|Swift_Message $message An example message for real messages, only the body will be replaced
|
||||
* @param string|int $level The minimum logging level at which this handler will be triggered
|
||||
|
Reference in New Issue
Block a user