From 4894535d313b8a141d76ac481b2089678e88eeec Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 Feb 2023 21:52:15 +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 2719397..99e4f4a 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(