@@ -41,6 +41,10 @@ |
||
41 | 41 | |
42 | 42 | protected $file2; |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $file1 |
|
46 | + * @param string $file2 |
|
47 | + */ |
|
44 | 48 | public function __construct(StyleInterface $style, $file1, $file2) |
45 | 49 | { |
46 | 50 | $this->style = $style; |
@@ -40,6 +40,9 @@ |
||
40 | 40 | |
41 | 41 | private $verbosity; |
42 | 42 | |
43 | + /** |
|
44 | + * @param integer $verbosity |
|
45 | + */ |
|
43 | 46 | public function __construct(StyleInterface $style, $verbosity = Output::VERBOSITY_NORMAL) |
44 | 47 | { |
45 | 48 | $this->style = $style; |
@@ -36,7 +36,6 @@ |
||
36 | 36 | use Org_Heigl\JUnitDiff\Writer\FileSummary; |
37 | 37 | use Org_Heigl\JUnitDiff\Writer\Legend; |
38 | 38 | use Org_Heigl\JUnitDiff\Writer\Standard; |
39 | -use Org_Heigl\JUnitDiff\Writer\Quiet; |
|
40 | 39 | use Org_Heigl\JUnitDiff\Writer\Summary; |
41 | 40 | use Symfony\Component\Console\Command\Command; |
42 | 41 | use Symfony\Component\Console\Input\InputArgument; |