Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 3, 2023
2 parents 8b1b96a + 4894535 commit 2d2900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Comparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Comparator
protected array $result = [];

public function __construct(
protected Runner $runner = new Runner(),
protected Runner $runner = new Runner(),
protected Transformer $transformer = new Transformer()
) {
$this->view = new View(new SymfonyStyle(
Expand Down

0 comments on commit 2d2900d

Please sign in to comment.