From c1406c7c63289b5c6bf3737101ae9dd6e09c444c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 Feb 2023 23:19:50 +0000 Subject: [PATCH] =?UTF-8?q?Update=20code-style=20=F0=9F=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Comparator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(