@@ -43,7 +43,7 @@ |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @return ReporterInterface |
|
| 46 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 47 | 47 | */ |
| 48 | 48 | private function createMockReporter() |
| 49 | 49 | { |
@@ -20,8 +20,6 @@ |
||
| 20 | 20 | use Symfony\Component\DependencyInjection\Loader; |
| 21 | 21 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | 22 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
| 23 | -use Symfony\Component\Mailer\Mailer; |
|
| 24 | -use Symfony\Component\Mailer\MailerInterface; |
|
| 25 | 23 | |
| 26 | 24 | class LiipMonitorExtension extends Extension implements CompilerPassInterface |
| 27 | 25 | { |