Skip to content

Commit

Permalink
phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aebischer committed Feb 2, 2024
1 parent 9073c80 commit 45adb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Async/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
use Psr\Log\LoggerInterface;
use TaskScheduler\AbstractJob;
use Zend\Mail\Message;
use Zend\Mail\Transport\TransportInterface;
use Zend\Mime\Message as MimeMessage;
use Zend\Mime\Part as MimePart;
use Zend\Mail\Transport\TransportInterface;

class Mail extends AbstractJob
{
Expand Down

0 comments on commit 45adb40

Please sign in to comment.