@@ -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; |