diff --git a/src/Comparator.php b/src/Comparator.php index 5109c4c..78f1b6c 100644 --- a/src/Comparator.php +++ b/src/Comparator.php @@ -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(