Skip to content

Commit 4368c7d

Browse files
committed
Fixed no_unused_imports cs issue
1 parent a7cff65 commit 4368c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mailer/MailerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function getMailer()
8484
return new Mailer(
8585
new Swift_Mailer(
8686
new Swift_Transport_NullTransport(
87-
$this->getMockBuilder('Swift_Events_EventDispatcher')->getMock()
87+
$this->getMockBuilder(Swift_Events_EventDispatcher::class)->getMock()
8888
)
8989
),
9090
$this->getMockBuilder('Symfony\Component\Routing\Generator\UrlGeneratorInterface')->getMock(),

0 commit comments

Comments
 (0)