Completed
Pull Request — master (#227)
by Carlos
18:43
created
Tests/RunnerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return ReporterInterface
46
+     * @return \PHPUnit\Framework\MockObject\MockObject
47 47
      */
48 48
     private function createMockReporter()
49 49
     {
Please login to merge, or discard this patch.
Tests/DependencyInjection/LiipMonitorExtensionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.