We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ef9c commit 066fda8Copy full SHA for 066fda8
src/Comparator.php
@@ -24,7 +24,7 @@ class Comparator
24
protected array $result = [];
25
26
public function __construct(
27
- protected Runner $runner = new Runner(),
+ protected Runner $runner = new Runner(),
28
protected Transformer $transformer = new Transformer()
29
) {
30
$this->view = new View(new SymfonyStyle(
0 commit comments