@@ -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 | { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Liip\MonitorBundle\DependencyInjection\LiipMonitorExtension; |
10 | 10 | use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase; |
11 | 11 | use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; |
12 | -use Symfony\Component\Mailer\MailerInterface; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * @author Kevin Bond <[email protected]> |