Completed
Push — master ( 4ff99e...39a6ab )
by Joachim
03:42 queued 54s
created
Tests/Command/ReportCommandTest.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,10 @@  discard block
 block discarded – undo
56 56
         return $command;
57 57
     }
58 58
 
59
+    /**
60
+     * @param string $start
61
+     * @param string $end
62
+     */
59 63
     private function execute(ReportCommand $command, $manufacturer = 'manufacturer', $start = null, $end = null): CommandTester
60 64
     {
61 65
         $application = new Application();
@@ -83,7 +87,7 @@  discard block
 block discarded – undo
83 87
     }
84 88
 
85 89
     /**
86
-     * @return \PHPUnit_Framework_MockObject_MockObject|ContainerInterface
90
+     * @return null|ContainerInterface
87 91
      */
88 92
     private function getContainer()
89 93
     {
Please login to merge, or discard this patch.